Commit c676e35
authored
🤖 perf: skip code signing in merge queue to enable parallel builds (#876)
The macOS build workflow was taking 24+ minutes because code signing was
enabled for `merge_group` events. This forced sequential x64+arm64
builds to avoid keychain race conditions.
Since merge queue builds don't need signed artifacts (only releases do),
we can safely skip signing and let both architectures build in parallel.
This should cut the macOS build time roughly in half (~12 min).
**Before:** [24m40s for macOS
build](https://github.com/coder/mux/actions/runs/19892016638/job/57012954221)
**After:** Expected ~12 min (parallel x64+arm64 builds)
---
_Generated with `mux`_1 parent 43c5f8a commit c676e35
1 file changed
+2
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 21 | + | |
| 22 | + | |
45 | 23 | | |
46 | 24 | | |
47 | 25 | | |
| |||
0 commit comments