From fae8bd69ea95903873f00aa0bbf3f298b1a9fa81 Mon Sep 17 00:00:00 2001 From: Alex <60197499+21st-centuryman@users.noreply.github.com> Date: Wed, 8 Mar 2023 08:46:11 +0100 Subject: [PATCH] ci(release): add macOS aarch64 release binary (#13) --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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