Skip to content

Commit b61ec82

Browse files
infra: use static compilation for arm archs (#521)
1 parent 5ba2277 commit b61ec82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ nativeImageVersion := "22.3.0"
5353
val osSpecificOptions =
5454
(Platform.os, Platform.arch) match {
5555
case (Platform.OS.Linux, Platform.Arch.Intel) => Seq("--static", "--libc=musl")
56+
case (Platform.OS.Linux, Platform.Arch.Arm) => Seq("--static")
5657
case _ => Seq.empty[String]
5758
}
5859

0 commit comments

Comments
 (0)