Skip to content

Commit 49a6192

Browse files
committed
ci: test and release on linux arm64
Signed-off-by: Gaëtan Lehmann <[email protected]>
1 parent 69a6091 commit 49a6192

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
os: ubuntu-24.04
4343
rust: stable
4444
target: x86_64-unknown-linux-musl
45-
# - build: linux-arm64
46-
# os: ubuntu-24.04-arm
47-
# rust: stable
48-
# target: aarch64-unknown-linux-musl
45+
- build: linux-arm64
46+
os: ubuntu-24.04-arm
47+
rust: stable
48+
target: aarch64-unknown-linux-musl
4949
steps:
5050
- uses: actions/checkout@v4
5151
with:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
os: ubuntu-latest
7272
rust: stable
7373
target: x86_64-unknown-linux-musl
74-
# - build: linux-arm64
75-
# os: ubuntu-latest
76-
# rust: stable
77-
# target: aarch64-unknown-linux-musl
74+
- build: linux-arm64
75+
os: ubuntu-latest
76+
rust: stable
77+
target: aarch64-unknown-linux-musl
7878
steps:
7979
- uses: actions/checkout@v4
8080
with:

0 commit comments

Comments
 (0)