Add arm64 linux build

This commit is contained in:
jeffvli 2023-12-13 19:38:36 -08:00
parent 7b639b45f7
commit 36b465504f

View file

@ -35,5 +35,5 @@ jobs:
command: | command: |
npm run postinstall npm run postinstall
npm run build npm run build
npm exec electron-builder -- --publish always --linux npm exec electron-builder -- --publish always --linux --arm64
on_retry_command: npm cache clean --force on_retry_command: npm cache clean --force