Fix Windows e2e test (#599)

Use nanoserver:ltsc2022 and correct osversion
This commit is contained in:
Jason Hall
2022-02-16 14:48:14 -05:00
committed by GitHub
parent 0187841b16
commit a41529ebf4
+2 -2
View File
@@ -35,9 +35,9 @@ jobs:
export PLATFORM=${GOOS}/${GOARCH}
if [[ "${{ matrix.platform }}" == "windows-latest" ]]; then
OSVERSION="10.0.17763"
OSVERSION="10.0.20348"
PLATFORM=${PLATFORM}:${OSVERSION}
export KO_DEFAULTBASEIMAGE=mcr.microsoft.com/windows/nanoserver:1809
export KO_DEFAULTBASEIMAGE=mcr.microsoft.com/windows/nanoserver:ltsc2022
else
# Explicitly test multiple platform builds (a subset of what's in the base!)
export PLATFORM=${PLATFORM},linux/arm64