Merge pull request #158 from rustic-rs/aarch64-apple-darwin

CI: add support for aarch64-apple-darwin
This commit is contained in:
aawsome 2022-08-24 23:15:07 +02:00 committed by GitHub
commit ac0b7e79b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,12 @@ jobs:
architecture: x86_64
binary-postfix: ""
use-cross: false
- os: macos-latest
os-name: macos
target: aarch64-apple-darwin
architecture: arm64
binary-postfix: ""
use-cross: true
- os: ubuntu-latest
os-name: linux
target: x86_64-unknown-linux-gnu