ndabas commented on code in PR #3735:
URL: https://github.com/apache/thrift/pull/3735#discussion_r3825749070
##########
.github/workflows/pypi.yml:
##########
@@ -109,6 +109,10 @@ jobs:
runner: windows-latest
archs: AMD64
build: "cp310-win_* cp311-win_* cp312-win_* cp313-win_*
cp314-win_*"
+ - platform: windows-arm64
+ runner: windows-11-arm
+ archs: ARM64
+ build: "cp310-win_* cp311-win_* cp312-win_* cp313-win_*
cp314-win_*"
Review Comment:
cibuildwheel does support `win_arm64` builds with the cp310 target, as a
binary distribution is available in NuGet, which is where cibuildwheel gets it
from.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]