Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Feature/raspberry cross build #23

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feature/raspberry cross build #23

wants to merge 4 commits into from

Conversation

MarkJonas
Copy link

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.

Besides x86_64 Docker images for arm32v7 and arm64v8 can now be built,
too. This was achieved by using a template approach for the Dockerfile
and wrapper scripts for preparation and the actual build.

Signed-off-by: Mark Jonas <[email protected]>
@MarkJonas
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant