Skip to content

Commit 1eef14c

Browse files
committed
switch back to bun 1.3.0 for linux-arm64 builds pending Bun
compatibility fix 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent d5ab522 commit 1eef14c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cli-release-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
bun_target: bun-linux-arm64
4343
platform: linux
4444
arch: arm64
45+
bun_version: '1.3.0' # Use stable 1.3.0 for arm64 support
4546
# Cross-compiles on x64 runner; binary can't be executed here.
4647
smoke_test: false
4748
- os: macos-13
@@ -67,7 +68,7 @@ jobs:
6768

6869
- uses: ./.github/actions/setup-project
6970
with:
70-
bun-version: '1.3.0-canary.20251021.1'
71+
bun-version: ${{ matrix.bun_version || '1.3.0-canary.20251021.1' }}
7172

7273
- name: Download staging metadata
7374
if: inputs.artifact-name != ''

0 commit comments

Comments
 (0)