-
I have a project that I deploy as a docker container that has a native x86 executable. I want to generate another container that has a native executable for ARM64 folks. Is it possible to do this on my windows x86 system? I have Docker desktop installed and WSL2. Couldn't find instructions for something like this in the documentation. |
Beta Was this translation helpful? Give feedback.
Answered by
sakariye
Mar 18, 2025
Replies: 1 comment
-
I found the following article that gives detailed steps on how to do it: https://www.nevernull.io/blog/building-a-native-java-application-for-arm64-with-quarkus/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sakariye
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the following article that gives detailed steps on how to do it: https://www.nevernull.io/blog/building-a-native-java-application-for-arm64-with-quarkus/