ironsmile / euterpe

Self-hosted music streaming server 🎶 with RESTful API and Web interface. Think of it as your very own Spotify! ☁️🎧
https://listen-to-euterpe.eu
GNU General Public License v3.0
522 stars 42 forks source link

Image for arm architecture? #56

Closed VlaK0r closed 3 months ago

VlaK0r commented 3 months ago

Hello! Thank you for your hard work! Please tell me how to make an image for arm architecture?

ironsmile commented 3 months ago

Hello! I was able to simply build an ARMv8 version by simply using the Dockerfile from the repository root on my arm64v8 device with postmarketOS:

docker build --network host --rm -t ironsmile/euterpe:v1.5.4-arm64v8 .

And since I've done that already, I've uploaded the image to the Docker hub under the v1.5.4-arm64v8 tag. You can get it by running

docker pull ironsmile/euterpe:v1.5.4-arm64v8

If your device has a different type of ARM processor then you could build it yourself, I hope.