Add arm64 linux build
This commit is contained in:
parent
7b639b45f7
commit
36b465504f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-linux.yml
vendored
2
.github/workflows/publish-linux.yml
vendored
|
@ -35,5 +35,5 @@ jobs:
|
|||
command: |
|
||||
npm run postinstall
|
||||
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
|
||||
|
|
Reference in a new issue