From 48a053b65f11929578edc55308a558cdf104e922 Mon Sep 17 00:00:00 2001 From: Auguste Rame <19855629+SuperAuguste@users.noreply.github.com> Date: Sat, 3 Sep 2022 15:43:35 -0400 Subject: [PATCH] Build m1 binaries (#622) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c6d344..5bdf393 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: - name: Build artifacts if: ${{ matrix.os == 'ubuntu-latest' }} run: | - declare -a targets=("x86_64-windows" "x86_64-linux" "x86_64-macos" "i386-windows" "i386-linux") + declare -a targets=("x86_64-windows" "x86_64-linux" "x86_64-macos" "i386-windows" "i386-linux" "aarch64-macos") mkdir -p "artifacts/" for target in "${targets[@]}"; do