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