-
Notifications
You must be signed in to change notification settings - Fork 462
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
fabric8io docker-maven-plugin version does not support Mac M1 chip #985
Comments
I tried solving this issue by simply changing the docker-maven-plugins version but i was not able to get the integration tests working! @gmessner |
Those integration tests are tricky and we plan to do something different in the future: Until this is solved, I am sure we could update the Can you share what you did until now and tell what is blocking? |
Thanks for the fast response @gmessner much appreciated! When simply changing the
which I think are happening because the user is not being configured my side properly for some reason! |
When trying to do
mvn clean install
to obtain a snapshot of gitalb4j-api i encountered thisOn digging deeper on this issue i found this which conveys that the current version of docker-maven-plugin i.e 0.30.0 does not support M1 chips.
Kindly update the docker-maven-plugin's version to make it compatible wiht Apple M1 chips.
Thank you for this awesome library!
Warm Regards
The text was updated successfully, but these errors were encountered: