-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support for Docker and Podman build on mac silicon (ARM) #242
Conversation
Documentation for the podman alternative has been added
Thank you for your contribution René |
Hi @zubcevic I recovered these changes. Building docker image on my Intel Macbook and Docker Machine is working.
Do you have any idea? Image build is successful with the
With the If I return to the
Maybe adding a
|
Fixed by #246 |
…linic#242) * support for docker and podman build on mac silicon * Update README.md Documentation for the podman alternative has been added
This makes it possible to run the container builds on MacOS with silicon chips as well as other platforms that have either podman or docker installed.
To use:
unchanged: ./mvnw clean install -PbuildDocker
or if you prefer podman:
./mvnw clean install -PbuildDocker -Dcontainer.executable=podman