Open harshvardhan-j opened 3 months ago
Same issue here, can we have support for ARM based architecture, so that we don't need to rebuild the image?
Could you try using the main
tag ?
docker pull streamthoughts/jikkou:main
Alternatively, there is a new tag main-java
that does't rely on the native build which should solve the issue:
docker pull streamthoughts/jikkou:main-java
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.