8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64
Reviewed-by: aph, sgehwolf, mseledtsov
This commit is contained in:
parent
63d8ae233b
commit
71ac3d952b
@ -46,7 +46,7 @@ public class DockerfileConfig {
|
||||
|
||||
switch (Platform.getOsArch()) {
|
||||
case "aarch64":
|
||||
return "aarch64/ubuntu";
|
||||
return "arm64v8/ubuntu";
|
||||
case "ppc64le":
|
||||
return "ppc64le/ubuntu";
|
||||
case "s390x":
|
||||
|
Loading…
x
Reference in New Issue
Block a user