From a4ad351dbf43e8172ab7b536b98248975195c03a Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Wed, 24 Aug 2022 22:58:54 +0200 Subject: [PATCH] CI: add support for aarch64-apple-darwin --- .github/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 940793c..f97edd0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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