Skip to content

Commit 2c3a835

Browse files
committed
Add missing _DEV env vars
1 parent 649538e commit 2c3a835

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ BASE_IMAGE_20H2=mcr.microsoft.com/windows/servercore:20H2
4040
# Both arrays MUST be index aligned.
4141
WINDOWS_IMAGE_TAGS=ltsc2019 1909 2004 20H2
4242
WINDOWS_BASE_IMAGES=$(BASE_IMAGE_LTSC2019) $(BASE_IMAGE_1909) $(BASE_IMAGE_2004) $(BASE_IMAGE_20H2)
43+
# Development only
44+
WINDOWS_IMAGE_TAGS_DEV=ltsc2019
45+
WINDOWS_BASE_IMAGES_DEV=$(BASE_IMAGE_LTSC2019)
4346

4447
all: gce-pd-driver gce-pd-driver-windows
4548
gce-pd-driver:

0 commit comments

Comments
 (0)