File tree 1 file changed +13
-7
lines changed
1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
group "linux" {
2
- targets = [
3
- " alpine" ,
4
- " debian" ,
5
- " rhel_ubi9"
6
- ]
2
+ # TODO: restore when fix and test are validated
3
+ # targets = [
4
+ # "alpine",
5
+ # "debian",
6
+ # "rhel_ubi9"
7
+ # ]
8
+ targets = []
7
9
}
8
10
9
11
group "windows" {
@@ -167,8 +169,12 @@ function "windowsversions" {
167
169
result = (notequal (WINDOWS_VERSION_OVERRIDE, " " )
168
170
? [WINDOWS_VERSION_OVERRIDE ]
169
171
: (equal (flavor, " windowsservercore" )
170
- ? [" ltsc2019" , " ltsc2022" ]
171
- : [" 1809" , " ltsc2019" , " ltsc2022" ]))
172
+ ? [" ltsc2022" ]
173
+ # TODO: restore when fix and test are validated
174
+ # ? ["ltsc2019", "ltsc2022"]
175
+ : [" ltsc2019" ]))
176
+ # TODO: restore when fix and test are validated
177
+ # : ["1809", "ltsc2019", "ltsc2022"]))
172
178
}
173
179
174
180
# Return array of agent type(s) to build
You can’t perform that action at this time.
0 commit comments