From e6adcd941a2b61054d562fdbd16a1c99c3b0914c Mon Sep 17 00:00:00 2001 From: Andrea leopardi Date: Mon, 20 Jun 2022 20:11:09 +0200 Subject: [PATCH] Also build for aarch64-unknown-linux-musl Seems to be the one used by Alpine Docker containers on M1 Macs. --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83077f9..bbfa0f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,9 @@ jobs: - target: aarch64-unknown-linux-gnu os: ubuntu-20.04 use-cross: true + - target: aarch64-unknown-linux-musl + os: ubuntu-20.04 + use-cross: true - target: aarch64-apple-darwin os: macos-11 - target: x86_64-apple-darwin