-
Notifications
You must be signed in to change notification settings - Fork 23
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
Running on ARM #66
Comments
I see that indeed, this seems to be the case. Good luck with the merge! |
👍 should have that rolled out next week |
I just released this as part of version 0.18 by the way, in case you were waiting for a release |
Merged
Coming back to this issue as it solved Darwin ARM64, but not Linux ARM64. This should be easily fixed with #104 now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running under Docker on macOS on an M1 chip. By default, Docker Desktop runs Linux on
linux/arm64/v8
, which is pretty cool.However, the Node executable bundled with prettier-maven-plugin is built for x86_64 and fails with:
When I explicit ask Docker to run with platform
linux/amd64
, it works, so there's a workaround. However, I'd be much better to have a compatible Node for this architecture.I wonder if #64 would help here?
The text was updated successfully, but these errors were encountered: