Added Windows Server 2022

This commit is contained in:
Nicolas Belovoskey 2021-08-18 13:56:42 -07:00 committed by GitHub
parent 94ff97fd89
commit 6ac627271d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,8 @@ REV = $(shell git describe --contains --always --match='v*')
ARCH ?= amd64
# Operating systems supported: linux, windows
OS ?= linux
# OS Version for the Windows images: 1809, 1903, 1909 2004, 20H2
OSVERSION ?= 1809 1903 1909 2004 20H2
# OS Version for the Windows images: 1809, 1903, 1909 2004, 20H2, ltsc2022
OSVERSION ?= 1809 1903 1909 2004 20H2 ltsc2022
# The output type could either be docker (local), or registry.
# If it is registry, it will also allow us to push the Windows images.