murmeltier08 / Sonos-Kids-Controller

Docker image of Software for self made touchscreen jukeboxes for kids. Supports Spotify streaming and uses Sonos for audio output.
https://hub.docker.com/repository/docker/murmeltier08/sonos-kids-controller
0 stars 0 forks source link

multi platform arm and x64 #1

Open murmeltier08 opened 3 years ago

murmeltier08 commented 3 years ago

Find a solution for a multi platform image.

murmeltier08 commented 3 years ago

https://www.docker.com/blog/multi-arch-images/

docker buildx use mybuilder
docker buildx inspect --bootstrap

push to github / docke hub

docker buildx build --platform linux/amd64,linux/arm/v6 -t murmeltier08/sonos-kids-controller:latest --push .

murmeltier08 commented 3 years ago

solved