We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd0491 commit 1652680Copy full SHA for 1652680
.github/workflows/release.yaml
@@ -43,10 +43,11 @@ jobs:
43
container: quay.io/pypa/manylinux_2_28_x86_64
44
code-target: linux-x64
45
pgo: clap-rs/clap
46
- - os: ubuntu-latest
+ - os: ubuntu-24.04-arm
47
target: aarch64-unknown-linux-gnu
48
- zig_target: aarch64-unknown-linux-gnu.2.28
+ container: quay.io/pypa/manylinux_2_28_aarch64
49
code-target: linux-arm64
50
+ pgo: clap-rs/clap
51
- os: ubuntu-latest
52
target: arm-unknown-linux-gnueabihf
53
zig_target: arm-unknown-linux-gnueabihf.2.28
0 commit comments