We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23f95c commit 092ad9dCopy full SHA for 092ad9d
.github/workflows/cli-release-build.yml
@@ -42,6 +42,7 @@ jobs:
42
bun_target: bun-linux-arm64
43
platform: linux
44
arch: arm64
45
+ smoke_test: false
46
- os: macos-13
47
target: darwin-x64
48
bun_target: bun-darwin-x64
@@ -191,6 +192,7 @@ jobs:
191
192
OVERRIDE_ARCH: ${{ matrix.arch }}
193
194
- name: Smoke test binary
195
+ if: matrix.smoke_test != false
196
shell: bash
197
run: |
198
cd cli/bin
0 commit comments