Skip to content

Commit

Permalink
Added arm64 to GH build action
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed Aug 9, 2024
1 parent 5d3a3ad commit 26db521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/electron-builder-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
npm install -g yarn
yarn install
- name: Build for Windows (x32)
- name: Build for Windows (x32 & arm64)
env:
CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
Expand All @@ -61,6 +61,7 @@ jobs:
#Disable auto-update and build 32bit first such that latest.yml is for 64bit only (64bit will overwrite 32bit one)
yarn run sync disableUpdate
yarn run release-win32
yarn run release-win-arm64
- name: Build for Windows (x64)
env:
CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
Expand Down

0 comments on commit 26db521

Please sign in to comment.