mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #158 from rustic-rs/aarch64-apple-darwin
CI: add support for aarch64-apple-darwin
This commit is contained in:
commit
ac0b7e79b7
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user