Skip to content

Commit

Permalink
Fix Windows e2e test (#599)
Browse files Browse the repository at this point in the history
Use nanoserver:ltsc2022 and correct osversion
  • Loading branch information
imjasonh committed Feb 16, 2022
1 parent 0187841 commit a41529e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a41529e

Please sign in to comment.