Skip to content

Commit 6656601

Browse files
authored
release/glint: Make arch names consistent (#2822)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 85c62fd commit 6656601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
strategy:
5959
matrix:
6060
include:
61-
- arch: x86_64
61+
- arch: amd64
6262
runs-on: ubuntu-24.04
6363
rust-target: x86_64-unknown-linux-gnu
64-
- arch: aarch64
64+
- arch: arm64
6565
runs-on: ubuntu-24.04-arm
6666
rust-target: aarch64-unknown-linux-gnu
6767
steps:

0 commit comments

Comments
 (0)