-
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
Add arm64 Linux builds #307
Comments
We'll likely see more of this as people start buying the M1s. |
👍 M1 here, would be great to have an official arm64 build. |
+1 ping me when you need help |
bump +1 |
It would be great to have a new docker build for arm64 for M1 support! |
Looking forward for Apple M1 support. |
If it can help, I maintain a multiarch mailhog docker image, arm64-compatible, for my needs. |
I LITERALLY just forked the image and ran
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 |
Note that mailhog seems to be not much supported nowadays: - mailhog/MailHog#307 - mailhog/MailHog#442 And there are a bunch of alternatives, also supporting multi-arch docker images and some more stuff: - https://github.com/maildev/maildev - https://github.com/axllent/mailpit Surely we should move to one of them at some point.
Is it possible to release official MailHog builds for
linux/arm64
?Gox supports Linux arm64 already https://github.com/mitchellh/gox/blob/master/platform.go#L68, but the MailHog releases page only shows
arm
which is 32-bit arm: https://github.com/golang/go/wiki/GoArmIf I can help in any way, please let me know.
The text was updated successfully, but these errors were encountered: