From 25e12b6e0143b4426fa25a9df0f3da1cf69a4ab1 Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Tue, 11 Jun 2024 22:38:32 +0000 Subject: [PATCH] verify with diff arch name --- .../java/com/google/cloud/tools/jib/api/JibIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java b/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java index 34b5d791b9..7afca6f39e 100644 --- a/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java +++ b/jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java @@ -321,7 +321,7 @@ public void testBasic_jibImageToDockerDaemon() } @Test - public void testBasic_foo_arm64() + public void testBasic_jibImageToDockerDaemon_amd64() throws IOException, InterruptedException, InvalidImageReferenceException, ExecutionException, RegistryException, CacheDirectoryCreationException { // Use arm64v8/busybox as base image.