Skip to content

Commit 8a9fcd9

Browse files
committed
ci: add CI for Linux/aarch64/musl
1 parent 47c0f42 commit 8a9fcd9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.cirrus.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,18 @@ task:
6868
# Tasks for Linux aarch64 native builds
6969
task:
7070
matrix:
71-
- name: Linux aarch64
71+
- name: Linux aarch64 gnu
7272
arm_container:
7373
image: rust:1.69.0
7474
cpu: 1
7575
env:
7676
TARGET: aarch64-unknown-linux-gnu
77+
- name: Linux aarch64 musl
78+
arm_container:
79+
image: rust:1.69.0
80+
cpu: 1
81+
env:
82+
TARGET: aarch64-unknown-linux-musl
7783
setup_script:
7884
- rustup target add $TARGET
7985
- rustup component add clippy

0 commit comments

Comments
 (0)