Skip to content

Commit bd7e840

Browse files
gschierclaude
andcommitted
Fix x64 macOS build bundling wrong architecture binaries
Set YAAK_TARGET_ARCH before npm run bootstrap so vendor scripts download the correct x64 binaries instead of arm64 ones. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8969748 commit bd7e840

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
9090
- run: npm ci
9191
- run: npm run bootstrap
92+
env:
93+
YAAK_TARGET_ARCH: ${{ matrix.yaak_arch }}
9294
- run: npm run lint
9395
- name: Run JS Tests
9496
run: npm test

0 commit comments

Comments
 (0)