Skip to content

Commit 8e70002

Browse files
FDelportemarc0der
authored andcommitted
Align test met changes for ARMv6
1 parent f4c7c83 commit 8e70002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/sdkman/specs/PlatformSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class PlatformSpec extends SdkmanEnvSpecification {
2222
kernel | machine | platform
2323
"Linux" | "i686" | "linuxx32"
2424
"Linux" | "x86_64" | "linuxx64"
25-
"Linux" | "armv6l" | "linuxarm32sf"
25+
"Linux" | "armv6l" | "linuxarm32hf"
2626
"Linux" | "armv7l" | "linuxarm32hf"
2727
"Linux" | "armv8l" | "linuxarm32hf"
2828
"Linux" | "aarch64" | "linuxarm64"

0 commit comments

Comments
 (0)