Skip to content

Commit

Permalink
Merge pull request #545 from OctopusDeployLabs/robe/win2022
Browse files Browse the repository at this point in the history
Add support for Windows2022 worker pools
  • Loading branch information
zentron authored Oct 6, 2023
2 parents 30a974c + 94fc714 commit 2fc870f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions octopusdeploy/schema_dynamic_worker_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func getDynamicWorkerPoolSchema() map[string]*schema.Schema {
"UbuntuDefault",
"Windows2016",
"Windows2019",
"Windows2022",
"WindowsDefault",
}, false)),
},
Expand Down
1 change: 1 addition & 0 deletions octopusdeploy/schema_worker_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func getWorkerPoolSchema() map[string]*schema.Schema {
"UbuntuDefault",
"Windows2016",
"Windows2019",
"Windows2022",
"WindowsDefault",
}, false)),
},
Expand Down

0 comments on commit 2fc870f

Please sign in to comment.