-
Notifications
You must be signed in to change notification settings - Fork 74
Support for linux-amd64, linux-arm and linux-arm64 added #18
base: master
Are you sure you want to change the base?
Conversation
from amd64/debian:stretch-slim
@RaymondMouthaan Meanwhile I forked the project on GitLab: https://gitlab.com/toertel/docker-image-logitech-media-server The fork supports amd64 (PC), arm32v7 (Raspberry Pi 2/3/4), and arm64v8. Additionally, images are built automatically using GitLab CI. Releases are pushed to Docker Hub. It would be great hearing from you. :) |
Sound like pretty much the same ;-) If I may suggest for your images: manifest them so that docker automatically pulls the right image for the appropriate architecture. This way one doesn't need to specify an explicit tag when an image gets pulled. For example: assume you manifest the latest versions of An good example project is Node-RED Docker If you need any help, don't hesitate to contact. Regards & keep up the good work! |
Yes, using manifests is also how we publish multi-arch images for our projects. |
Added support for multiple architectures: linux-amd64, linux-arm and linux-arm64.
Added support for docker manifest tool (no need for explicit architecture tagging).
Update readme and docker-compose yml.
Based upon Travis CI, to build and push the images to docker hub.
Howto:
Don't hesitate to contact me if you have questions.
Regards,
Ray