Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Jul 1, 2024
1 parent 4ffb5d7 commit a8ee9f9
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 @@ -52,8 +52,8 @@ jobs:
export PLATFORM=$(go env GOOS)/$(go env GOARCH)
if [[ "${{ matrix.platform }}" == "windows-latest" ]]; then
OSVERSION="10.0.20348"
PLATFORM=${PLATFORM}:${OSVERSION}
export OSVERSION="10.0.20348"
export PLATFORM=${PLATFORM}:${OSVERSION}
export KO_DEFAULTBASEIMAGE=mcr.microsoft.com/windows/nanoserver:ltsc2022
else
# Explicitly test multiple platform builds (a subset of what's in the base!)
Expand Down

0 comments on commit a8ee9f9

Please sign in to comment.