diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5053ee..467fa0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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