Skip to content

Commit

Permalink
fix e2e test on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh committed Aug 9, 2023
1 parent bfdf201 commit 190b884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if [[ "${{ matrix.platform }}" == "windows-latest" ]]; then
OSVERSION="10.0.20348"
export PLATFORM=${PLATFORM}:${OSVERSION}
export PLATFORM=linux/amd64,windows/amd64:${OSVERSION}
export KO_DEFAULTBASEIMAGE=mcr.microsoft.com/windows/nanoserver:ltsc2022
fi
Expand Down

0 comments on commit 190b884

Please sign in to comment.