We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3fe8a commit 49738d1Copy full SHA for 49738d1
.github/workflows/electron.yml
@@ -20,6 +20,10 @@ jobs:
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
run: npx electron-forge publish --platform linux --arch=armv7l
23
+ - name: build and publish arm64
24
+ env:
25
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
+ run: npx electron-forge publish --platform linux --arch=armv64
27
28
build_on_mac:
29
runs-on: macos-14
0 commit comments