Skip to content

Commit bcfdfa6

Browse files
authored
chore(bake): remove unused linux-arm64, linux-s390x and linux-pcc64le groups (#2181)
1 parent 3fa92a5 commit bcfdfa6

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

docker-bake.hcl

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -170,33 +170,6 @@ group "linux" {
170170
]
171171
}
172172

173-
group "linux-arm64" {
174-
targets = [
175-
"alpine_jdk21",
176-
"debian_jdk17",
177-
"debian_jdk21",
178-
"debian-slim_jdk21",
179-
"rhel_jdk17",
180-
"rhel_jdk21",
181-
]
182-
}
183-
184-
group "linux-s390x" {
185-
targets = [
186-
"debian_jdk17",
187-
"debian_jdk21",
188-
]
189-
}
190-
191-
group "linux-ppc64le" {
192-
targets = [
193-
"debian_jdk17",
194-
"debian_jdk21",
195-
"rhel_jdk17",
196-
"rhel_jdk21",
197-
]
198-
}
199-
200173
## Common functions
201174
# return a tag prefixed by the Jenkins version
202175
function "_tag_jenkins_version" {

0 commit comments

Comments
 (0)