-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add ARM64v8 support to Dockerfile #95
base: main
Are you sure you want to change the base?
Conversation
Hi @obeone, my local test : |
Hi, Are you on Apple M ? And if it is, does this command worked ? |
Kudos, SonarCloud Quality Gate passed! |
Hi, I can test it on a co-worker computer this week (by the way, @jhertout and I are working in the same company ;)) |
This PR has been automatically marked as stale because it has no activity for 30 days. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
This PR has been automatically marked as stale because it has no activity for 30 days. |
As describe in #93 (and #72), it wasn’t possible to run ecoCode on Apple M1/M2.
With this PR, jar are built on amd64, and put in arm64v8 and amd64 SonarQube containers. There are two main advantages :
To be able to build locally on Apple M*, you need to use buildkit (buildx), like :
Github workflow is updated to build both platform