Build m1 binaries (#622)
This commit is contained in:
parent
b842e68697
commit
48a053b65f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user