Skip to content

Commit 092ad9d

Browse files
committed
ci: skip smoke test for cross-compiled targets
1 parent d23f95c commit 092ad9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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+
smoke_test: false
4546
- os: macos-13
4647
target: darwin-x64
4748
bun_target: bun-darwin-x64
@@ -191,6 +192,7 @@ jobs:
191192
OVERRIDE_ARCH: ${{ matrix.arch }}
192193

193194
- name: Smoke test binary
195+
if: matrix.smoke_test != false
194196
shell: bash
195197
run: |
196198
cd cli/bin

0 commit comments

Comments
 (0)