Request: Add arm64 to docker images + latest tag #66
Loading…
x
Reference in New Issue
Block a user
No description provided.
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
latest
image withgitea.baerentsen.space/frederikbaerentsen/bricktracker:latest
Here is my docker compose, FWIW.
latest
tag is already available. You can either use the version number like1.2.2
orlatest
.Unfortunately I migrated my setup from
arm
toamd
and won't be able to provide anarm
image. It is easy to build usingbuild: .
with theDockerfile
so I won't offer an arm specific image.