We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When run the command from the documentation I expect them to work as described.
containerBuildImage := Some("my-docker-username/graalvm-ce-native-image:19.1.1")
but below works.
GraalVMNativeImage / containerBuildImage := Some("my-docker-username/graalvm-ce-native-image:19.1.1")
The command is not working as expected E.g. "sbt stage generates a tar.gz file"
sbt stage
sbt-native-packager: Method... sbt: 1.9.9 os: MacOS build: graalvm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour
When run the command from the documentation I expect them to work as described.
but below works.
Actual behaviour
The command is not working as expected
E.g. "
sbt stage
generates a tar.gz file"Information
sbt-native-packager: Method...
sbt: 1.9.9
os: MacOS
build: graalvm
The text was updated successfully, but these errors were encountered: