-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
possible to support ARM images? #23
Comments
Hey @larrycai the ubi-minimal:8.3 image is multi-arch and you should be able to build your arm64 image locally with this same command. If you don't want to do the build locally, you can try the multi-stage build that I have provided in PR #22 (but I haven't tested it properly) |
I thought the build was inside the container build as well (I haven't touched java for a while) tried below
Maybe it is simple to fix by java developers, but not me now ;-) And pull with latest (after PR #22) and
Skip the testing to have image ready
Try to make it work locally in Mac (also for folder sharing in qemu), give up. But will try to find other ways like multi-arch |
I have fixed an issue with the integrationTests and I've also created a GitHub action to perform a multi-arch build. You can check |
I try to learn it using minikube@Mac M1, but the image doesn't exist and I tried to rebuild
Possible to provide arm image or fix dockerfile for it?
The text was updated successfully, but these errors were encountered: