Skip to content

Commit 30c531a

Browse files
committed
Support Linux ARM32 variants.
1 parent cfb5ce7 commit 30c531a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main/scala/io/sdkman/changelogs/package.scala

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,12 @@ package object changelogs {
182182
override val id = "LINUX_ARM64"
183183
}
184184

185-
case object LinuxARM32 extends Platform {
186-
override val id = "LINUX_ARM32"
185+
case object LinuxARM32SF extends Platform {
186+
override val id = "LINUX_ARM32SF"
187+
}
188+
189+
case object LinuxARM32HF extends Platform {
190+
override val id = "LINUX_ARM32HF"
187191
}
188192

189193
case class Candidate(

0 commit comments

Comments
 (0)