ironsmile / euterpe

Self-hosted music streaming server 🎶 with RESTful API and Web interface. Think of it as your very own Spotify! ☁️🎧

Home Page:https://listen-to-euterpe.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image for arm architecture?

VlaK0r opened this issue · comments

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

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.