x/build: add a windows/arm builder using a windows/arm64 host #57960
Labels
arch-arm
Issues solely affecting the 32-bit arm architecture.
Builders
x/build issues (builders, bots, dashboards)
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Windows
Milestone
@zx2c4 windows/arm builder has been missing for a long time, although it still appears on the build dashboard.
I've been able to compile a windows/arm Go toolchain and run
go tool dist test
using a Windows ARM64 host by settingGOHOSTARCH=arm
andGOARCH=arm
. I believe that we could follow the same approach with thehost-windows11-arm64-azure
host (recently added as part of #53541), using it to run a windows/arm builder.@heschi @thanm
The text was updated successfully, but these errors were encountered: