Skip to content
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

Open
dennisameling opened this issue Aug 19, 2020 · 8 comments
Open

Add arm64 Linux builds #307

dennisameling opened this issue Aug 19, 2020 · 8 comments

Comments

@dennisameling
Copy link

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/GoArm

If I can help in any way, please let me know.

@styks1987
Copy link

We'll likely see more of this as people start buying the M1s.

@websafe
Copy link

websafe commented Mar 31, 2022

👍 M1 here, would be great to have an official arm64 build.

@mautz-et-tong
Copy link

mautz-et-tong commented Apr 12, 2022

+1 ping me when you need help

@AhHa45
Copy link

AhHa45 commented Jul 5, 2022

bump +1

@lexbritvin
Copy link

lexbritvin commented Jul 8, 2022

It would be great to have a new docker build for arm64 for M1 support!

@pszalko
Copy link

pszalko commented Aug 10, 2022

Looking forward for Apple M1 support.

@AnatomicJC
Copy link

If it can help, I maintain a multiarch mailhog docker image, arm64-compatible, for my needs.
The image is rebuilt every week.

Dockerfile
gitlab pipelines
Docker Hub

@atezet
Copy link

atezet commented Oct 27, 2022

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

stronk7 added a commit to stronk7/moodle-docker that referenced this issue Mar 21, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants