We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3d924 commit f7b8507Copy full SHA for f7b8507
.github/workflows/wheels.yml
@@ -87,7 +87,9 @@ jobs:
87
&& cibuildwheel --print-build-identifiers --platform macos \
88
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
89
&& cibuildwheel --print-build-identifiers --platform windows \
90
- | jq -nRc '{"only": inputs, "os": "windows-2022"}'
+ | 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"}'
93
} | jq -sc
94
)
95
echo "include=$MATRIX"
0 commit comments