ci(release): add macOS aarch64 release binary (#13)
This commit is contained in:
parent
b59ed97257
commit
fae8bd69ea
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
||||
- x86_64-apple-darwin
|
||||
- x86_64-unknown-netbsd
|
||||
- x86_64-unknown-freebsd
|
||||
- aarch64-apple-darwin
|
||||
- aarch64-linux-android
|
||||
- aarch64-unknown-linux-musl
|
||||
- armv7-unknown-linux-gnueabihf
|
||||
@ -72,6 +73,14 @@ jobs:
|
||||
cross: false
|
||||
strip: true
|
||||
|
||||
- os: macos-latest
|
||||
name: macOS aarch64
|
||||
target: aarch64-apple-darwin
|
||||
artifact_name: target/aarch64-apple-darwin/release/pfetch
|
||||
release_name: pfetch-macos-aarch64
|
||||
cross: true
|
||||
strip: true
|
||||
|
||||
- os: ubuntu-latest
|
||||
name: NetBSD x86_64
|
||||
target: x86_64-unknown-netbsd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user