-
Notifications
You must be signed in to change notification settings - Fork 784
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
Docker Images for arm64 releases (Raspberry Pi) #1512
Comments
Good idea. Seems like dockerhub doesn't support it natively but we can do it via Github Actions: https://www.henry.wang/2019/12/05/arm-dockerhub.html I don't have bandwidth for this at the moment, but I think it's worth doing. |
Marked as |
@realbigsean this might interest you :) |
## Issue Addressed #1512 ## Proposed Changes Use Github Actions to automate the Docker image build, so that we can make a multi-arch image. ## Additional Info This change will require adding the DOCKER_USERNAME and DOCKER_PASSWORD secrets in Github. It will also require disabling the Docker Hub automated build.
## Issue Addressed #1512 ## Proposed Changes Use Github Actions to automate the Docker image build, so that we can make a multi-arch image. ## Additional Info This change will require adding the DOCKER_USERNAME and DOCKER_PASSWORD secrets in Github. It will also require disabling the Docker Hub automated build.
## Issue Addressed sigp#1512 ## Proposed Changes Use Github Actions to automate the Docker image build, so that we can make a multi-arch image. ## Additional Info This change will require adding the DOCKER_USERNAME and DOCKER_PASSWORD secrets in Github. It will also require disabling the Docker Hub automated build.
A few notes on making a multi-arch image:
|
Building an ARM binary with cross doesn't use QEMU, and is quite fast. I think we could do something like:
Lines 9 to 16 in c6baa0e
|
@michaelsproul I got something working in #2065 using It's way faster 🔥 |
Description
Hello,
Please also consider providing Docker Image releases for arm64/aarch64 platforms along with amd64 Docker Images on Docker Hub.
The text was updated successfully, but these errors were encountered: