diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7a8c6d94..933add1b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: - target: aarch64-unknown-linux-gnu os: ubuntu-latest cross: 'true' + - target: aarch64-unknown-linux-musl + os: ubuntu-latest + cross: 'true' - target: debian-x86_64 os: ubuntu-latest cross: 'true'