ci(release): add macOS aarch64 release binary (#13)

This commit is contained in:
Alex 2023-03-08 08:46:11 +01:00 committed by GitHub
parent b59ed97257
commit fae8bd69ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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