Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ DRIVERWINDOWSBINARY=${DRIVERBINARY}.exe

DOCKER=DOCKER_CLI_EXPERIMENTAL=enabled docker

BASE_IMAGE_LTSC2019=mcr.microsoft.com/windows/servercore:ltsc2019
BASE_IMAGE_LTSC2022=mcr.microsoft.com/windows/servercore:ltsc2022
BASE_IMAGE_LTSC2019=mcr.microsoft.com/windows/nanoserver:ltsc2019
BASE_IMAGE_LTSC2022=mcr.microsoft.com/windows/nanoserver:ltsc2022

# Both arrays MUST be index aligned.
WINDOWS_IMAGE_TAGS=ltsc2019
Expand Down