Merge branch '2.7.x' into 3.0.x

This commit is contained in:
Andy Wilkinson 2023-09-08 11:45:46 +01:00
commit b29b35905c
1 changed files with 1 additions and 0 deletions

View File

@ -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;