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

View File

@ -157,6 +157,7 @@ abstract class AbstractLaunchScriptIntegrationTests {
}
switch (arch) {
case "amd64":
case "x86_64":
return AMD64;
case "aarch64":
return AARCH64;