summary refs log tree commit diff
path: root/src/tools/rust-analyzer/.github/workflows
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2025-04-16 07:43:34 +0000
committerGitHub <noreply@github.com>2025-04-16 07:43:34 +0000
commit1b528e61371c4bde3cb5f4c440c0a9ff4ddf78fa (patch)
treea30e32049d28fee6cb34fbfe0fce4b5295be93fb /src/tools/rust-analyzer/.github/workflows
parent66dee460dd0df28f24e851a8abff6dfbd0a59638 (diff)
parent9a3a3e110f3a6b981fe9e60f2af3ca76cf3ddecd (diff)
downloadrust-1b528e61371c4bde3cb5f4c440c0a9ff4ddf78fa.tar.gz
rust-1b528e61371c4bde3cb5f4c440c0a9ff4ddf78fa.zip
Merge pull request #19597 from Kobzol/arm-ci
Build aarch64 builds on CI with PGO
Diffstat (limited to 'src/tools/rust-analyzer/.github/workflows')
-rw-r--r--src/tools/rust-analyzer/.github/workflows/release.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml
index fd4eb9e616b..8099597f479 100644
--- a/src/tools/rust-analyzer/.github/workflows/release.yaml
+++ b/src/tools/rust-analyzer/.github/workflows/release.yaml
@@ -43,10 +43,11 @@ jobs:
             container: quay.io/pypa/manylinux_2_28_x86_64
             code-target: linux-x64
             pgo: clap-rs/clap
-          - os: ubuntu-latest
+          - os: ubuntu-24.04-arm
             target: aarch64-unknown-linux-gnu
-            zig_target: aarch64-unknown-linux-gnu.2.28
+            container: quay.io/pypa/manylinux_2_28_aarch64
             code-target: linux-arm64
+            pgo: clap-rs/clap
           - os: ubuntu-latest
             target: arm-unknown-linux-gnueabihf
             zig_target: arm-unknown-linux-gnueabihf.2.28