Skip to content

Commit

Permalink
Merge pull request #385 from lemeurherve/issue245-ltsc2022-support
Browse files Browse the repository at this point in the history
feat(Windows): add Windows LTSC 2022 support
  • Loading branch information
dduportal committed Mar 29, 2024
2 parents f7beb0f + e1c29ca commit 5384bcc
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 5384bcc

Please sign in to comment.