python-zstandard icon indicating copy to clipboard operation
python-zstandard copied to clipboard

Build aarch64 wheel on the new arm64 runner (and test it)

Open saschanaz opened this issue 7 months ago • 1 comments

GitHub just added arm64 Windows runner: https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/

#246 added some hack to build arm64 on x64, maybe it can go away if we build it natively.

saschanaz avatar Apr 15 '25 13:04 saschanaz

Indeed support just landed but is not yet released, probably very soon https://github.com/pypa/cibuildwheel/pull/2362

ofek avatar Apr 17 '25 23:04 ofek

@saschanaz and @ofek I believe, the PR I have raised should fix this issue and wheels would available for Win-ARM64 officially soon https://github.com/indygreg/python-zstandard/pull/264/files

Greenie0701 avatar Jul 31 '25 12:07 Greenie0701

Nice!

ofek avatar Jul 31 '25 12:07 ofek

Commits 6b43253 and a11cdf5 adopted the Windows ARM runners.

indygreg avatar Aug 17 '25 03:08 indygreg