Merge pull request #947 from smerle33/linux-arm64

feat(release): Add linux arm64 build to matrix
This commit is contained in:
Ed Page 2024-06-12 09:59:20 -05:00 committed by GitHub
commit cabb273dba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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