feat(release): Add linux arm64 build to matrix

This commit is contained in:
smerle33 2024-03-20 09:35:58 +01:00
parent acbff432fb
commit fadf0cc5f1
No known key found for this signature in database
GPG key ID: 1110C7B1CA22ADE9

View file

@ -65,6 +65,10 @@ jobs:
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-musl
- build: linux
os: ubuntu-20.04
rust: stable
target: arm64-unknown-linux-musl
- build: macos
os: macos-latest
rust: stable