[windows] Add windows-11-arm64 image generation code (#13879)

This commit is contained in:
Shamil Mubarakshin
2026-04-07 17:32:00 +02:00
committed by GitHub
parent c722443db7
commit 1b60920cc9
60 changed files with 1744 additions and 179 deletions
@@ -297,9 +297,9 @@ function Build-PackageManagementEnvironmentTable {
"Name" = "VCPKG_INSTALLATION_ROOT"
"Value" = $env:VCPKG_INSTALLATION_ROOT
},
[PSCustomObject] @{
$(if (-not (Test-IsWin11-Arm64)) { [PSCustomObject] @{
"Name" = "CONDA"
"Value" = $env:CONDA
}
)
} })
) | Where-Object { $_ }
}