Closed VlaK0r closed 7 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.
Hello! Thank you for your hard work! Please tell me how to make an image for arm architecture?