Skip to content

Commit

Permalink
change back to original name
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Jun 14, 2024
1 parent d92123d commit 0a6862d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ public void testBasic_jibImageToDockerDaemon()
}

@Test
public void testBasic_jibImageToDockerDaemon_arm64BaseImage()
public void testBasic_jibImageToDockerDaemon_arm64()
throws IOException, InterruptedException, InvalidImageReferenceException, ExecutionException,
RegistryException, CacheDirectoryCreationException {
System.out.println("testBasic_jibImageToDockerDaemon_arm64BaseImage() 2");
System.out.println("testBasic_jibImageToDockerDaemon_arm64");

// Use arm64v8/busybox as base image.
String toImage = dockerHost + ":5000/docker-daemon-mismatched-arch";
Expand Down

0 comments on commit 0a6862d

Please sign in to comment.