Merge branch '2.7.x' into 3.0.x
This commit is contained in:
commit
b29b35905c
|
|
@ -157,6 +157,7 @@ abstract class AbstractLaunchScriptIntegrationTests {
|
||||||
}
|
}
|
||||||
switch (arch) {
|
switch (arch) {
|
||||||
case "amd64":
|
case "amd64":
|
||||||
|
case "x86_64":
|
||||||
return AMD64;
|
return AMD64;
|
||||||
case "aarch64":
|
case "aarch64":
|
||||||
return AARCH64;
|
return AARCH64;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue