Add aarch64-linux to targets (#795)

This commit is contained in:
Mikkel Gravgaard
2022-12-02 10:01:09 +01:00
committed by GitHub
parent 784047d952
commit f6f0a0dca5

View File

@@ -38,7 +38,7 @@ jobs:
- name: Build artifacts - name: Build artifacts
if: ${{ matrix.os == 'ubuntu-latest' }} if: ${{ matrix.os == 'ubuntu-latest' }}
run: | run: |
declare -a targets=("x86_64-windows" "x86_64-linux" "x86_64-macos" "x86-windows" "x86-linux" "aarch64-macos") declare -a targets=("x86_64-windows" "x86_64-linux" "x86_64-macos" "x86-windows" "x86-linux" "aarch64-linux" "aarch64-macos")
mkdir -p "artifacts/" mkdir -p "artifacts/"
for target in "${targets[@]}"; do for target in "${targets[@]}"; do