From 843304ce869a89c87da1a978fd720238cd6e63ad Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 12 Dec 2022 10:13:50 -0800 Subject: [PATCH] Build MacOS ARM Binaries (#941) --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9e1e2e0faf..fdf58eac18 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,10 +15,14 @@ jobs: fail-fast: false matrix: target: + - aarch64-apple-darwin - x86_64-apple-darwin - x86_64-pc-windows-msvc - x86_64-unknown-linux-gnu include: + - target: aarch64-apple-darwin + os: macos-latest + target_rustflags: '' - target: x86_64-apple-darwin os: macos-latest target_rustflags: ''