File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,18 @@ jobs:
4343 container : quay.io/pypa/manylinux_2_28_x86_64
4444 code-target : linux-x64
4545 pgo : clap-rs/clap
46- - os : ubuntu-latest
46+ - os : ubuntu-24.04-arm
4747 target : aarch64-unknown-linux-gnu
48- zig_target : aarch64-unknown-linux-gnu.2.28
48+ # zig_target: aarch64-unknown-linux-gnu.2.28
49+ container : quay.io/pypa/manylinux_2_28_aarch64
4950 code-target : linux-arm64
50- - os : ubuntu-latest
51+ pgo : clap-rs/clap
52+ - os : ubuntu-24.04-arm
5153 target : arm-unknown-linux-gnueabihf
52- zig_target : arm-unknown-linux-gnueabihf.2.28
54+ # zig_target: arm-unknown-linux-gnueabihf.2.28
55+ container : quay.io/pypa/manylinux_2_28_aarch64
5356 code-target : linux-armhf
57+ pgo : clap-rs/clap
5458 - os : macos-13
5559 target : x86_64-apple-darwin
5660 code-target : darwin-x64
You can’t perform that action at this time.
0 commit comments