-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Release Linux/ARM64 images #372
Comments
I will look into adding this to builds via Github actions |
I am not looking for a Docker image but just a plain ARM64 build if possible. |
Inspired by #245, we have made this (which we use in daily basis). There are amd64 and arm64 variants. Here is the Dockerfile: https://github.com/druidfi/docker-images/blob/main/misc/mailhog/Dockerfile |
I've done it yesterday to create an automatic mailhog docker image which supports arm64 and amd64. Feel free to copy... |
This would be really nice to have.. |
1 similar comment
This would be really nice to have.. |
+1 |
1 similar comment
+1 |
2024 is here, so +1 from me :) |
Mailpit has |
This project is not maintained any more #442 (comment) Should move to Mailpit (or any other alternative) |
I am trying to use mailhog image on arm64 platform but arm64 tag is not available in dockerhub.
I have successfully built the docker image for Linux/ARM64 by using below buildx commands in the travis.yml file without any changes in Dockerfile:
{
docker buildx build -t odidev/sample:mailhogx64ARM --platform linux/amd64,linux/arm64 --push .
}
Commit: odidev@5584b40
Image: https://hub.docker.com/r/odidev/sample/tags?page=1&ordering=last_updated
May I know how you are releasing the images?
I will be happy to contribute and raise the PR.
The text was updated successfully, but these errors were encountered: