Fix launch script integration tests on Intel Macs

Closes gh-36799
This commit is contained in:
Andy Wilkinson 2023-09-08 11:43:04 +01:00
parent 0004f035cf
commit 2656f02001

View File

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