issues
search
nunofgs
/
docker-octoprint
Dockerfile to set up Octoprint with x86, armv6, armv7 and arm64 support!
https://hub.docker.com/r/nunofgs/octoprint/
GNU Affero General Public License v3.0
58
stars
32
forks
source link
Add support for armv6, arm64 using buildx
#23
Closed
nunofgs
closed
5 years ago
nunofgs
commented
5 years ago
Big PR, bear with me:
Added armv6 support again (fixes #29) by switching to
buildx
for multi-arch building
Added an
alpine
variant which was removed some time ago due to the inability to build armv7 images at the time
Removes all qemu-explicit registers in favor of
buildx
(yay)
Updated the README.md
Big PR, bear with me:
alpine
variant which was removed some time ago due to the inability to build armv7 images at the time