Open lcmartinezdev opened 2 years ago
Hi,
You van give a try to my image https://hub.docker.com/r/anatomicjc/mailhog/tags a multiarch one with arm included.
You can find the source of this image here: https://gitlab.com/AnatomicJC/docker-images/-/blob/main/Dockerfiles/mailhog/Dockerfile
Cheers,
I LITERALLY just forked the image and ran
docker buildx build --push --platform linux/arm64,linux/amd64 -t arjenz/mailhog:latest .
to build and push it to Docker Hub. You're free to use it: https://hub.docker.com/r/arjenz/mailhog
If you want to try out a new project, created by a colleague of mine (in Rust), here's MailCrab: https://github.com/tweedegolf/mailcrab ! Also available on Docker Hub: https://hub.docker.com/r/marlonb/mailcrab
Yet another option with ARM64 support:
Are there any plans to add this?
I noticed that the ARM Docker image does not exist.
Is there any plan to do so?