Add arm64 musl build

This commit is contained in:
Ethan Smith 2021-09-05 13:42:20 -07:00 committed by GitHub
parent e21a3a99f6
commit c2d57fcf48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
- linux-i686-musl
- linux-armhf-gnu
- linux-arm64-gnu
- linux-arm64-musl
- mac-x86-64
- mac-arm64
- windows-x86-64
@ -49,6 +50,12 @@ jobs:
target: aarch64-unknown-linux-gnu
cross: true
experimental: false
- name: linux-arm64-musl
os: ubuntu-latest
target: aarch64-unknown-linux-musl
cross: true
experimental: true
- name: mac-x86-64
os: macos-latest