-
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
Apple Silicon Arm builds #359
Comments
To elaborate on the above, we use https://github.com/evertiro/mhsendmail/releases/tag/v0.2.0-M1 https://github.com/evertiro/MailHog/releases/tag/v1.0.0-M1 |
@evertiro what about docker though? |
@abbluiz are you suggesting we use docker + QEMU x86 emulation? What about Raspberry Pis, arm servers, or native Apple Silicon? |
@tomjn no, I was just asking really... because there's no arm docker images for mailhog and that would be good for apple m1 & other arm-based docker hosts |
@abbluiz Exactly. I came here from Docker Hub, and I found this is the only ticket related to AArch64/Apple Silicon. Will be subscribing to notifications on this dicussion. |
Would be great to have an official arm64 build for M1 based machines. |
For those looking for an There is also an arm64 binary here: The arm build was tested on AWS Graviton t4g and Raspberry pi, I don't have a mac to test there but it should work™. It would be great to have this on the official repo, let me know if the releases work fine and I can open an PR. Edit: Fixed Docker Hub link |
@jcalonso your binary works perfectly inside a Debian 11 arm64 VM on an Apple Silicon Mac |
@jcalonso Thanks for making that version! Working on Ubuntu 22 on M1 Mac. Any chance you could also make an arm64 version of tkotosz/mhsendmail and tkotosz/mhsendmail-wrapper? |
I discovered it's a piece of cake to compile these:
|
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 |
For me (debian 11 inside parallelsvm on m3 mac), it was even easier with |
Currently
linux_arm
builds are available, but Apple Siliconaarch64
builds are not.The text was updated successfully, but these errors were encountered: