We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c7c83 commit 8e70002Copy full SHA for 8e70002
src/test/groovy/sdkman/specs/PlatformSpec.groovy
@@ -22,7 +22,7 @@ class PlatformSpec extends SdkmanEnvSpecification {
22
kernel | machine | platform
23
"Linux" | "i686" | "linuxx32"
24
"Linux" | "x86_64" | "linuxx64"
25
- "Linux" | "armv6l" | "linuxarm32sf"
+ "Linux" | "armv6l" | "linuxarm32hf"
26
"Linux" | "armv7l" | "linuxarm32hf"
27
"Linux" | "armv8l" | "linuxarm32hf"
28
"Linux" | "aarch64" | "linuxarm64"
0 commit comments