Skip to content

Commit 2656f02

Browse files
committed
Fix launch script integration tests on Intel Macs
Closes gh-36799
1 parent 0004f03 commit 2656f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/intTest/java/org/springframework/boot/launchscript/AbstractLaunchScriptIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ static Architecture current() {
164164
}
165165
switch (arch) {
166166
case "amd64":
167+
case "x86_64":
167168
return AMD64;
168169
case "aarch64":
169170
return AARCH64;

0 commit comments

Comments
 (0)