Build m1 binaries (#622)

This commit is contained in:
Auguste Rame 2022-09-03 15:43:35 -04:00 committed by GitHub
parent b842e68697
commit 48a053b65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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