From 67323f3efa9131f7b9566c2d5e29938b660047b9 Mon Sep 17 00:00:00 2001 From: George Adams Date: Thu, 15 Jan 2026 14:08:26 +0000 Subject: [PATCH] CI: add build support for Windows arm64 --- eng/pipeline/stages/go-builder-matrix-stages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipeline/stages/go-builder-matrix-stages.yml b/eng/pipeline/stages/go-builder-matrix-stages.yml index 26afb0ef32..98ded7aabf 100644 --- a/eng/pipeline/stages/go-builder-matrix-stages.yml +++ b/eng/pipeline/stages/go-builder-matrix-stages.yml @@ -71,6 +71,7 @@ stages: - { os: windows, arch: amd64, config: buildandpack } - { os: linux, arch: arm, hostArch: amd64, config: buildandpack } - { os: linux, arch: arm64, hostArch: amd64, config: buildandpack } + - { os: windows, arch: arm64, hostArch: amd64, config: buildandpack } - { os: darwin, arch: amd64, config: buildandpack } - { os: darwin, arch: arm64, hostArch: amd64, config: buildandpack } - ${{ if parameters.includeArm64Host }}: @@ -85,6 +86,7 @@ stages: # - { experiment: nosystemcrypto, os: darwin, arch: arm64, config: test } # - { experiment: systemcrypto, os: darwin, arch: arm64, config: test } # - { experiment: systemcrypto, os: darwin, arch: arm64, config: test, fips: true } + # - { experiment: nosystemcrypto, os: windows, arch: arm64, config: test } - { experiment: nosystemcrypto, os: linux, arch: amd64, config: devscript } - { experiment: nosystemcrypto, os: linux, arch: amd64, config: test } - { experiment: nosystemcrypto, os: linux, arch: amd64, config: test, distro: ubuntu }