build: Build on ARM

This commit is contained in:
Felix Rieseberg
2020-12-13 16:32:44 -08:00
parent 7a8a54c76b
commit d7c657e671
4 changed files with 828 additions and 934 deletions

View File

@@ -89,6 +89,12 @@ jobs:
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
WINDOWS_CODESIGN_FILE: ${{ steps.write_file.outputs.filePath }}
WINDOWS_CODESIGN_PASSWORD: ${{ secrets.WINDOWS_CODESIGN_PASSWORD }}
- name: Make (ARM)
if: matrix.os == 'macOS-latest' && startsWith(github.ref, 'refs/tags/')
run: yarn make --arch=arm64
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
- name: Make (ia32)
if: matrix.os == 'windows-latest' && startsWith(github.ref, 'refs/tags/')
run: yarn make -- --arch=ia32