Skip to content

Commit 644040c

Browse files
authored
ci: build for alpine arm (#960)
1 parent cce2765 commit 644040c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ jobs:
5353
vscode_artifact_name: alpine-x64
5454
rustflags: "-C linker=rust-lld"
5555

56+
- name: Linux Alpine arm64
57+
os: ubuntu-22.04
58+
target: aarch64-unknown-linux-musl
59+
artifact_name: squawk-linux-musl-arm64
60+
vscode_artifact_name: alpine-arm64
61+
rustflags: "-C linker=rust-lld"
62+
5663
- name: Windows x86_64
5764
os: windows-latest
5865
target: x86_64-pc-windows-msvc
@@ -79,7 +86,7 @@ jobs:
7986
uses: actions/checkout@v4
8087

8188
- name: Update apt repositories
82-
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'aarch64-unknown-linux-gnu'
89+
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'x86_64-unknown-linux-musl'
8390
run: sudo apt-get update
8491

8592
- name: Install AArch64 target toolchain

0 commit comments

Comments
 (0)