We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if are a arm64 container image is available.
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The text was updated successfully, but these errors were encountered:
Can you provide more information about this?
Sorry, something went wrong.
I just use a arm server: https://www.hetzner.com/cloud
... Ampere® Altra® processors (efficient Arm64-architecture)
The message is just a warning and it should still work. You can add --platform=linux/amd64 on the docker run command to get rid of the warning.
--platform=linux/amd64
docker run
But I'll still work on the ARM version. I'll update here soon.
yusuphwickama
No branches or pull requests
It would be nice if are a arm64 container image is available.
The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
The text was updated successfully, but these errors were encountered: