Skip to content

Commit 71d6840

Browse files
ci: Build for Windows ARM (#2429)
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). Closes #1426
1 parent 653bdba commit 71d6840

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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

scripts/wheels

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ WHEELS = (
5454
plat='win_amd64',
5555
exe='sentry-cli.exe',
5656
),
57+
Wheel(
58+
src='sentry-cli-Windows-aarch64.exe',
59+
plat='win_arm64',
60+
exe='sentry-cli.exe',
61+
),
5762
)
5863

5964

0 commit comments

Comments
 (0)