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 5ba2277 commit b61ec82Copy full SHA for b61ec82
build.sbt
@@ -53,6 +53,7 @@ nativeImageVersion := "22.3.0"
53
val osSpecificOptions =
54
(Platform.os, Platform.arch) match {
55
case (Platform.OS.Linux, Platform.Arch.Intel) => Seq("--static", "--libc=musl")
56
+ case (Platform.OS.Linux, Platform.Arch.Arm) => Seq("--static")
57
case _ => Seq.empty[String]
58
}
59
0 commit comments