Skip to content

Commit b66f103

Browse files
committed
WIP
1 parent 2ee2fb9 commit b66f103

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 4 deletions
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
@@ -49,12 +50,12 @@ jobs:
4950
container: quay.io/pypa/manylinux_2_28_aarch64
5051
code-target: linux-arm64
5152
pgo: clap-rs/clap
52-
- os: ubuntu-24.04-arm
53+
- os: ubuntu-latest
5354
target: arm-unknown-linux-gnueabihf
54-
# zig_target: arm-unknown-linux-gnueabihf.2.28
55-
container: quay.io/pypa/manylinux_2_28_aarch64
55+
zig_target: arm-unknown-linux-gnueabihf.2.28
56+
# container: quay.io/pypa/manylinux_2_28_aarch64
5657
code-target: linux-armhf
57-
pgo: clap-rs/clap
58+
# pgo: clap-rs/clap
5859
- os: macos-13
5960
target: x86_64-apple-darwin
6061
code-target: darwin-x64
@@ -201,6 +202,8 @@ jobs:
201202
runs-on: ubuntu-latest
202203
needs: ["dist", "dist-x86_64-unknown-linux-musl"]
203204
steps:
205+
- name: Fail
206+
run: exit 1
204207
- name: Install Nodejs
205208
uses: actions/setup-node@v4
206209
with:

0 commit comments

Comments
 (0)