mirror of
https://github.com/ko-build/ko.git
synced 2026-06-18 20:14:08 +02:00
Fix Windows e2e test (#599)
Use nanoserver:ltsc2022 and correct osversion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user