We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3757d18 + bcfdfa6 commit 0352193Copy full SHA for 0352193
docker-bake.hcl
@@ -174,33 +174,6 @@ group "linux" {
174
]
175
}
176
177
-group "linux-arm64" {
178
- targets = [
179
- "alpine_jdk21",
180
- "debian_jdk17",
181
- "debian_jdk21",
182
- "debian-slim_jdk21",
183
- "rhel_jdk17",
184
- "rhel_jdk21",
185
- ]
186
-}
187
-
188
-group "linux-s390x" {
189
190
191
192
193
194
195
-group "linux-ppc64le" {
196
197
198
199
200
201
202
203
204
## Common functions
205
# return true if JENKINS_VERSION is a Weekly (one sequence of digits with a trailing literal '.')
206
function "is_jenkins_version_weekly" {
0 commit comments