Skip to content

Commit b53c303

Browse files
ci: Build for Windows ARM
Create a release build for Windows ARM. We still will need to make changes to actually distribute this through all channels (e.g. through `npm` and possibly the install shell script). Ref #1426
1 parent 653bdba commit b53c303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
strategy:
171171
fail-fast: false
172172
matrix:
173-
arch: [i686, x86_64]
173+
arch: [i686, x86_64, aarch64]
174174

175175
env:
176176
TARGET: ${{ matrix.arch }}-pc-windows-msvc

0 commit comments

Comments
 (0)