Skip to content

Commit

Permalink
feat(Windows): add Windows LTSC 2022 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Mar 27, 2024
1 parent e25b322 commit 3f40102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
axes {
axis {
name 'IMAGE_TYPE'
values 'linux', 'nanoserver-1809', 'windowsservercore-ltsc2019'
values 'linux', 'nanoserver-1809', 'nanoserver-ltsc2019', 'nanoserver-ltsc2022', 'windowsservercore-ltsc2019', 'windowsservercore-ltsc2022'
}
}
stages {
Expand Down

0 comments on commit 3f40102

Please sign in to comment.