From a8ee9f9ea3e92ca79d6cecf298036014eb728248 Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 1 Jul 2024 18:15:37 +0200 Subject: [PATCH] debug Signed-off-by: cpanato --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 571ab2ee9..4d80fbc41 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -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!)