-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
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
Build arm64 docker image #4101
base: main
Are you sure you want to change the base?
Build arm64 docker image #4101
Conversation
86ca060
to
66dcdc3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems to me that you're trying to introduce an alternative to the existing process. can you please suggest a way to reuse it instead?
please take a look at the following to see if you can accomplish that:
one other point: @tgodzik would you be able to confirm that? |
I'm reusing
Does sbt-native-image only work with Java 8 and Java 11? The Also, the graalvm doesn't seem to support building with static linking with musl. oracle/graal#7103. |
Related #3542