Fix launch script integration tests on Intel Macs

Closes gh-36799
pull/37394/head
Andy Wilkinson 1 year ago
parent 0004f035cf
commit 2656f02001

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

Loading…
Cancel
Save