Skip to content
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

Build ARM docker image #269

Closed
Mellbourn opened this issue Jan 21, 2022 · 1 comment · Fixed by #400
Closed

Build ARM docker image #269

Mellbourn opened this issue Jan 21, 2022 · 1 comment · Fixed by #400

Comments

@Mellbourn
Copy link
Contributor

When I try to run the atuin docker image on my MacBook it fails:

> docker run -d -v "atuin:/config" ghcr.io/ellie/atuin:latest server start
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

This is a MacBook Pro 2021 with the Pro M1 processor running macOS Monterey 12.1

@conradludgate
Copy link
Collaborator

conradludgate commented Jan 21, 2022

That warning is not an explicit failure. That's just saying that docker is enabling x86 virtualisation in order to run the image.

That being said, having an arm image might good for us to provide

@ellie ellie changed the title docker image not working on macOS Build ARM docker image Apr 14, 2022
@ellie ellie closed this as completed in #400 May 9, 2022
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

Successfully merging a pull request may close this issue.

2 participants