Skip to content

Commit f7b8507

Browse files
authored
Add Windows ARM wheels support (#355)
1 parent 8f3d924 commit f7b8507

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
&& cibuildwheel --print-build-identifiers --platform macos \
8888
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
8989
&& cibuildwheel --print-build-identifiers --platform windows \
90-
| jq -nRc '{"only": inputs, "os": "windows-2022"}'
90+
| jq -nRc '{"only": inputs, "os": "windows-2022"}' \
91+
&& cibuildwheel --print-build-identifiers --platform windows --archs ARM64 \
92+
| jq -nRc '{"only": inputs, "os": "windows-11-arm"}'
9193
} | jq -sc
9294
)
9395
echo "include=$MATRIX"

0 commit comments

Comments
 (0)