-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
[v6.20.0] Running on Mac m1 no longer working #2427
[v6.20.0] Running on Mac m1 no longer working #2427
Comments
We changed the way to build docker images, it could be related... As we don't provide (yet) arm64 images, it should probably be solvable adding |
Was v6.19.0 built with buildx? @nvuillam |
@echoix yes but it was raw buildx , not docker build github action, which is here only since 6.20.0 |
Ok, that excludes one of my hypotheses. If we don't specify the platforms on the action, does it still build ? |
@mikael-j-rich please could you try with |
@nvuillam |
@timgentry many thanks for your quick feedback ! |
@nvuillam Sorry for the delay on feedback, you were to quick! 😄 |
@mikael-j-rich that's ok, it takes a whole community to fix a bug 😅 |
Hello! |
@VictorRos we are trying to solve other issues, but if we don't succeed very quick we'll release a first patch before |
Ok, thank you for the quick answer! |
Describe the bug
Been running the linter locally on my Mac m1 using Rosetta and the megalinter-runner script has been working fine. Since v6.20.0 the script fails saying "no matching manifest for linux/arm64/v8 in the manifest list entries".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the image to be pulled and started on Docker.
The text was updated successfully, but these errors were encountered: