Skip to content

Commit 1652680

Browse files
committed
Perform PGO for aarch64 builds
1 parent bdd0491 commit 1652680

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ 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+
container: quay.io/pypa/manylinux_2_28_aarch64
4949
code-target: linux-arm64
50+
pgo: clap-rs/clap
5051
- os: ubuntu-latest
5152
target: arm-unknown-linux-gnueabihf
5253
zig_target: arm-unknown-linux-gnueabihf.2.28

0 commit comments

Comments
 (0)