The workflows in https://github.com/microsoft/windows-drivers-rs/tree/main/.github/workflows, currently runs on `windows-latest` which AMD64 based. Github Actions released ARM-based runners for public repositories. CI workflows can now be run on ARM-based runners. https://blogs.windows.com/windowsdeveloper/2025/04/14/github-actions-now-supports-windows-on-arm-runners-for-all-public-repos/
The workflows in https://github.com/microsoft/windows-drivers-rs/tree/main/.github/workflows, currently runs on
windows-latestwhich AMD64 based. Github Actions released ARM-based runners for public repositories. CI workflows can now be run on ARM-based runners.https://blogs.windows.com/windowsdeveloper/2025/04/14/github-actions-now-supports-windows-on-arm-runners-for-all-public-repos/