larsks / docker-image-logitech-media-server

MIT License
33 stars 74 forks source link

Feature/raspberry cross build #23

Open MarkJonas opened 5 years ago

MarkJonas commented 5 years ago

I am running your LMS image on a Raspberry Pi. Until now I had to build the image natively on the RPi and that took a long time. These patches make it possible to cross-build ARM images on x86/amd64 PCs.

So far only a single architecture image is built. But Docker now also supports multi-architecture images. This could be the next step.

MarkJonas commented 4 years ago

@larsks 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. :)