We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649538e commit 2c3a835Copy full SHA for 2c3a835
Makefile
@@ -40,6 +40,9 @@ BASE_IMAGE_20H2=mcr.microsoft.com/windows/servercore:20H2
40
# Both arrays MUST be index aligned.
41
WINDOWS_IMAGE_TAGS=ltsc2019 1909 2004 20H2
42
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)
46
47
all: gce-pd-driver gce-pd-driver-windows
48
gce-pd-driver:
0 commit comments