We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generate.sh
1 parent e7c3ecb commit a4a65a7Copy full SHA for a4a65a7
scripts/github-actions/generate.sh
@@ -58,7 +58,9 @@ for tag in $tags; do
58
{
59
name: .name,
60
os: (
61
- if (.constraints | contains(["windowsservercore-1809"])) or (.constraints | contains(["nanoserver-1809"])) then
+ if (.constraints | contains(["windowsservercore-ltsc2022"])) or (.constraints | contains(["nanoserver-ltsc2022"])) then
62
+ "windows-2022"
63
+ elif (.constraints | contains(["windowsservercore-1809"])) or (.constraints | contains(["nanoserver-1809"])) then
64
"windows-2019"
65
elif .constraints | contains(["windowsservercore-ltsc2016"]) then
66
"windows-2016"
0 commit comments