Skip to content

Commit 03ecd3d

Browse files
authored
Update build.gradle
1 parent e8b3395 commit 03ecd3d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,6 @@ jib {
8383
architecture = 'arm64'
8484
os = 'linux'
8585
}
86-
platform {
87-
architecture = '386'
88-
os = 'linux'
89-
}
90-
platform {
91-
architecture = 's390x'
92-
os = 'linux'
93-
}
94-
platform {
95-
architecture = 'ppc64le'
96-
os = 'linux'
97-
}
9886
}
9987
}
10088
}

0 commit comments

Comments
 (0)