Skip to content

Commit d826e53

Browse files
authored
ci: add windows arm (#24)
* ci: add windows arm * update to recent electron that is available for windows on arm
1 parent 838f57d commit d826e53

File tree

3 files changed

+1040
-2232
lines changed

3 files changed

+1040
-2232
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- os: windows-2019
3434
arch: x64
3535
build-group: win32-x64
36+
- os: windows-11-arm
37+
arch: arm64
38+
build-group: win32-arm64
3639
env:
3740
BUILD_GROUP: ${{ matrix.build-group }}
3841
steps:

0 commit comments

Comments
 (0)