Request: Add arm64 to docker images + latest tag #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, I am switching my docker from amd64 to arm64 and was able to migrate with this docker-compose.yml that builds the image, but would be great to have the stock images support arm64.
It would also be great to be able to pull the
latestimage withgitea.baerentsen.space/frederikbaerentsen/bricktracker:latestHere is my docker compose, FWIW.
latesttag is already available. You can either use the version number like1.2.2orlatest.Unfortunately I migrated my setup from
armtoamdand won't be able to provide anarmimage. It is easy to build usingbuild: .with theDockerfileso I won't offer an arm specific image.How I build the image for arm64 (Raspberry Pi)? Can you help me with what I have to write in the docker-compose file? Thank you so much.