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 }