sbt-native-packager
sbt-native-packager copied to clipboard
sbt Native Packager
https://github.com/sbt/sbt-native-packager/issues/1392
## Expected behaviour sbt project load should succeed ## Actual behaviour sbt project load failed ## Information - What sbt-native-packager are you using 1.9.16 - What sbt version 1.8 -...
I'm using: - Play 2.5 - Ubuntu 14.04.4 - Java 1.8.0_91 When trying to create a Debian package, the task failed with the error: > [error] dpkg-deb: error: control directory...
I would like to know whether there is a plan to add ARM architecture support.
## Expected behaviour sbt docker:publishLocal builds the docker image and logs the status as info ## Actual behaviour sbt docker:publishLocal build the docker image successfully, but the logs are logged...
https://github.com/sbt/sbt-native-packager/issues/1392
## Expected behaviour addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4") ## Actual behaviour addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "x.y.z") ## Information - https://www.scala-sbt.org/sbt-native-packager/gettingstarted.html
## Expected behaviour sbt docker:publishLocal produces a `runit` file without issues ## Actual behaviour sbt docker:publishlocal produces a `runit` file with the following section in it (line 209): ``` if...
## Expected behaviour To be able to use Podman as a valid alternative to Docker, with no warnings ## Actual behaviour Currently, it is possible to successfully use Podman to...
Closes #1443 This attempts to fill in the gap in cross platform architecture native image packaging. Added a new key `graalVMNativeImagePlatformArch: Option[String]` to specify the target platform architecture. Currently it...