Skip to content

Commit 9c936cf

Browse files
committed
Don't attempt to build ARM IronBank Docker images
1 parent 852026c commit 9c936cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

distribution/docker/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ void addBuildDockerImageTask(Architecture architecture, DockerBase base) {
339339

340340
for (final Architecture architecture : Architecture.values()) {
341341
for (final DockerBase base : DockerBase.values()) {
342+
// We don't build an ARM version of the Iron Bank image
343+
if (architecture == Architecture.AARCH64 && base == DockerBase.IRON_BANK) return
344+
342345
addBuildDockerContextTask(architecture, base)
343346
addTransformDockerContextTask(architecture, base)
344347
addBuildDockerImageTask(architecture, base)

0 commit comments

Comments
 (0)