Skip to content

Commit 2911402

Browse files
authored
Merge pull request #357 from andyzhangx/win-2022
feat: add windows 20H2 2022 image support
2 parents 3974663 + 0cc0a91 commit 2911402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ALL_OS = linux windows
4343
ALL_ARCH.linux = arm64 amd64
4444
ALL_OS_ARCH.linux = linux-arm64 linux-arm-v7 linux-amd64
4545
ALL_ARCH.windows = amd64
46-
ALL_OSVERSIONS.windows := 1809 1903 1909 2004
46+
ALL_OSVERSIONS.windows := 1809 1903 1909 2004 20H2 ltsc2022
4747
ALL_OS_ARCH.windows = $(foreach arch, $(ALL_ARCH.windows), $(foreach osversion, ${ALL_OSVERSIONS.windows}, windows-${osversion}-${arch}))
4848
ALL_OS_ARCH = $(foreach os, $(ALL_OS), ${ALL_OS_ARCH.${os}})
4949

docs/csi-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ CSINode
8585
# run `docker login` first
8686
export REGISTRY=<dockerhub-alias>
8787
export IMAGE_VERSION=latest
88-
# build linux, windows 1809, 1903, 1909, and 2004 images
88+
# build linux, windows images
8989
make container-all
9090
# create a manifest list for the images above
9191
make push-manifest

0 commit comments

Comments
 (0)