Skip to content

Support for Macbook ARM chips #3

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

Open
ajs1998 opened this issue Feb 1, 2024 · 3 comments
Open

Support for Macbook ARM chips #3

ajs1998 opened this issue Feb 1, 2024 · 3 comments

Comments

@ajs1998
Copy link

ajs1998 commented Feb 1, 2024

The platform for all the images on Dockerhub are linux/amd64.

Running docker run -dp 80:80 -v ./app:/app --name mysite automad/automad on my M2 Macbook:

Status: Downloaded newer image for automad/automad:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
@simon-pipe
Copy link

It would be great if I could also install Automad on my Raspberry Pi. Would it be possible to support ARM64 as well? Thank you.

@marcantondahmen
Copy link
Member

You can try to add the --platform parameter to the run command.

@simon-pipe
Copy link

Thanks for the answer. But unfortunately you get the following error message:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants