-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Please add to documentation if Mac (M1/M2) and/or Raspberry Pi (ARM) are supported #443
Comments
Docker Hub already states that this is an linux/amd64 image. |
I plan to use it on a Mac with a new M1 or M2 processor. But I can't find if it works or if it can be built. If it can't - that's fine. But I just could not find out one way or another from reading the documentation. My suggestion is a simple "Does not build on Mac M1" added to the Readme.md (if that is indeed the case). |
Issue #443 - Add notes to documentation explaining what architectures are supported
A 5-minute online search revealed that ARM-based devices cannot run linux/amd64 images... I added explanations in the troubleshooting section of the README. (see PR #451) I also created a separate enhancement to build and push images for multiple architectures, rather than only linux/amd64. (see #455) |
Is your feature request related to a problem? Please describe.
I can't find in the Readme.md if this should work on a mac. I can find a reference to a Mac but at the same time the architecture seems to be AMD64 - so maybe it's only for the Intel generation of macs. I can not tell.
Preferred solution
Please add to the documentation which architectures are or are not supported.
The text was updated successfully, but these errors were encountered: