You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the issue:
When multiple platforms are configured, Jib fails in jibBuildTar Gradle task when the build is executed in Mac arm-64.
Caused by: com.google.common.base.VerifyException: multi-platform image building not supported when building a local tar image
at com.google.common.base.Verify.verify(Verify.java:126)
at com.google.cloud.tools.jib.builder.steps.StepsRunner.lambda$writeTarFile$19(StepsRunner.java:644)
at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131)
at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:75)
at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82)
Below items are similar to this issue but don’t seem to be addressing this specific task: #4249 #4268
Expected behavior:
Task should complete successfully.
Steps to reproduce:
Configure multiple platforms, example: linux/amd64 and linux/arm64
Execute ./gradlew jibDockerBuild
The text was updated successfully, but these errors were encountered:
Environment:
Description of the issue:
When multiple platforms are configured, Jib fails in
jibBuildTar
Gradle task when the build is executed in Mac arm-64.Below items are similar to this issue but don’t seem to be addressing this specific task:
#4249
#4268
Expected behavior:
Task should complete successfully.
Steps to reproduce:
linux/amd64
andlinux/arm64
./gradlew jibDockerBuild
The text was updated successfully, but these errors were encountered: