Why doesn't `latest` tag have `linux/arm64` version?
lifr0m opened this issue · 1 comments
lifr0m commented
I'm just curious. It's debian, it's equivalent for now is python3.13-nodejs22, which has linux/arm64. But why latest doesn't?
nikolaik commented
Good question! There is nothing blocking building latest for linux/arm64. Right now that tag is built using Docker Hub Automated Build, as apposed to all other images, which are built on GitHub Actions. This is just legacy, since this repo started out only building a single latest tag.
I'll have a look at this soonish