-
Notifications
You must be signed in to change notification settings - Fork 268
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
Docker support for ARM based machines #404
Comments
There is nothing preventing the building of maddy image for ARM. In fact I did so in the past. But I do not know how to build and upload both amd and arm images to DockerHub. |
When I'm trying to set up maddy from https://hub.docker.com/r/foxcpp/maddy using the docker run command on my aarch64 based VM, I'm getting the error
Looked it up and found out that it might be related to the architecture. Not sure if I'm doing anything wrong here. |
DockerHub only has the amd64 image so this is not going to work currently. |
You should be able to build the image yourself and run it, though.
|
Hello, |
@foxcpp any update on #491 implementation? |
0.6 will have an arm64 image available. Will add 32-bit ARM if someone specifically requests it. |
@foxcpp do you have an approximate ETA on the next release? |
@AlphaJack in the next few days |
Use case
Currently, the Docker image supports building maddy for AMD machines.
Additional support for aarch64/arm architecture-based machines.
Your idea for a solution
Create another Docker image for arm-based machines
The text was updated successfully, but these errors were encountered: