-
Notifications
You must be signed in to change notification settings - Fork 20
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
Docker Image fails to run on linux/arm64/v8 for jikkou:0.35.1 #482
Comments
Same issue here, can we have support for ARM based architecture, so that we don't need to rebuild the image? |
add graalvm build arg -march=compatibility related-to: #482
add graalvm build arg -march=compatibility related-to: #482
add graalvm build arg -march=compatibility related-to: #482
add graalvm build arg -march=compatibility related-to: #482
add graalvm build arg -march=compatibility related-to: #482
add graalvm build arg -march=compatibility related-to: #482
add graalvm build arg -march=compatibility related-to: #482
Could you try using the
Alternatively, there is a new tag
Thank you for your feedback |
Thank you @fhussonnois this helps. May I check if the native docker image will also ensure that the binary can be installed using SDKMan on these architectures? If it's another issue I can create it with more context. Thank you. |
Describe the bug
A clear and concise description of what the bug is.
Running docker on Mac M1 results in the below error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Docker image runs on Mac M1.
Screenshots/Configs
If applicable, add screenshots to help explain your problem.
Runtime environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: