-
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 docker image for Linux/ARM64 #378
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: odidev <odidev@puresoftware.com>
+1 from an M1 dev team |
Can we get this merged please? :-) |
Yes please! |
Please merge this. Looking forward to increased performance. |
Any update on this?!?! |
+1!! |
@mattpavelle any word on when this might get merged? |
Hi, I'm all about to get this merged coz I think it's one of the last images we need to have arm64 everywhere (apart from selenium, but that's another story). So has my +1. Just wanted to share (and don't want to sound pretentious at all!) a link to some really similar build and publish workflow, from another repository that has some (good, IMO) details that may be applied here: https://github.com/moodlehq/moodle-exttests/pull/22/files Some points are:
And that's it. Feel free to pick any of the ideas above, or ignore them. Just thought that it may be interesting to share it because we are already using the very same workflow in a number of repos/images and it's working well. Thanks for all the work here! Ciao :-) |
+1. A merge would be great. |
+1 This would be really good to get this merged. |
➕👍 for merging … I am trusting that mailhog works for amd64 users that I support, and am glad that Docker for Mac can run it, but having ability to run it natively & on a Linux for arm64 host would be pretty sweet. 🍬 |
+1 :) |
+1 |
https://github.com/CODESIGN2/mailhog-docker builds a lightweight open version. Has done for a while now. |
quickfix is to build from GitHub - e.g. docker-composer.yml: services:
mail:
image: mailhog:local
build: https://github.com/mailhog/MailHog.git |
Thank you. It has been successfully built. |
Thank you @aheissenberger for the trick. @tyndyll any chances on releasing v1.0.2 with arm64 support? |
Is this project dead or unmaintained at this point in time? Would also appreciate Aarch64 support. |
|
The following file has been created and modified:
Added buildx support in .github/workflows/build_push.yml to push docker image for arm64 and amd64 platforms using GitHub actions.
Signed-off-by: odidev odidev@puresoftware.com