We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66dee46 + 9a3a3e1 commit 1b528e6Copy full SHA for 1b528e6
src/tools/rust-analyzer/.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