From 0ceab3dc7ef0a2ccb2eaf9e98fd39d00d2ac5a01 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 1 Nov 2022 20:05:38 +0100 Subject: [PATCH] Build for aarch64 --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 38ff9ce..65487f5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,7 @@ jobs: - x86_64-unknown-linux-gnu - x86_64-unknown-linux-musl - x86_64-apple-darwin + - aarch64-apple-darwin - x86_64-pc-windows-msvc include: - target: x86_64-unknown-linux-gnu @@ -31,6 +32,9 @@ jobs: - target: x86_64-apple-darwin os: macOS-latest name: x86_64-apple-darwin.tar.gz + - target: aarch64-apple-darwin + os: macOS-latest + name: aarch64-apple-darwin.tar.gz - target: x86_64-pc-windows-msvc os: windows-latest name: x86_64-pc-windows-msvc.zip