Commit 16326c4
fix: Linux build — remove hardcoded arch from electron-builder config
electron-builder.yml listed `arch: [x64, arm64]` on every Linux target,
causing both architectures to build on each CI job regardless of the
--x64/--arm64 CLI flag. This made:
- x64 job produce arm64 artifacts (failing verification)
- arm64 job attempt x64 native module rebuild (zlib-sync -m64 fails on arm)
Fix: remove arch arrays from linux.target entries, let CLI flags control
which architecture to build per job.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 270db3a commit 16326c4
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
0 commit comments