rblaine95 / docker-monero

My personal, unprivileged, Docker Image to make running a full Monero Node as easy as possible.
https://getmonero.org
The Unlicense
12 stars 2 forks source link

Github Actions for Multi-Arch builds #6

Closed rblaine95 closed 3 years ago

rblaine95 commented 3 years ago

Investigate the use of Github Actions to build multi-arch images

https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/ https://github.com/docker/buildx

rblaine95 commented 3 years ago

Migration for Quay/Dockerhub automated builds to GitHub Actions was done earlier today. I'll need to redesign the dockerfile slightly and add some logic to it to detect which CPU Arch its running on (ARMv7, ARMv8, AMD64, etc) and adjust the make flags accordingly in order to support multi-arch builds

rblaine95 commented 3 years ago

In addition to the slight redesign, rblaine95/dockerhub-mirror#1 will need to be solved, unless I drop Quay entirely