mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Added Windows Server 2022
This commit is contained in:
parent
94ff97fd89
commit
6ac627271d
@ -24,8 +24,8 @@ REV = $(shell git describe --contains --always --match='v*')
|
|||||||
ARCH ?= amd64
|
ARCH ?= amd64
|
||||||
# Operating systems supported: linux, windows
|
# Operating systems supported: linux, windows
|
||||||
OS ?= linux
|
OS ?= linux
|
||||||
# OS Version for the Windows images: 1809, 1903, 1909 2004, 20H2
|
# OS Version for the Windows images: 1809, 1903, 1909 2004, 20H2, ltsc2022
|
||||||
OSVERSION ?= 1809 1903 1909 2004 20H2
|
OSVERSION ?= 1809 1903 1909 2004 20H2 ltsc2022
|
||||||
|
|
||||||
# The output type could either be docker (local), or registry.
|
# The output type could either be docker (local), or registry.
|
||||||
# If it is registry, it will also allow us to push the Windows images.
|
# If it is registry, it will also allow us to push the Windows images.
|
||||||
|
Loading…
Reference in New Issue
Block a user