Skip to content

Commit 46d282c

Browse files
committed
WIP
1 parent 4633fbf commit 46d282c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- release
1111
- trigger-nightly
12+
pull_request:
1213

1314
env:
1415
CARGO_INCREMENTAL: 0
@@ -42,7 +43,7 @@ jobs:
4243
code-target: linux-x64
4344
- os: ubuntu-latest
4445
target: aarch64-unknown-linux-gnu
45-
zig_target: aarch64-unknown-linux-gnu.2.28
46+
container: quay.io/pypa/manylinux_2_28_aarch64
4647
code-target: linux-arm64
4748
- os: ubuntu-latest
4849
target: arm-unknown-linux-gnueabihf
@@ -194,6 +195,8 @@ jobs:
194195
runs-on: ubuntu-latest
195196
needs: ["dist", "dist-x86_64-unknown-linux-musl"]
196197
steps:
198+
- name: Fail
199+
run: exit 1
197200
- name: Install Nodejs
198201
uses: actions/setup-node@v4
199202
with:

0 commit comments

Comments
 (0)