nikolaik/docker-python-nodejs

Why doesn't `latest` tag have `linux/arm64` version?

lifr0m opened this issue · 1 comments

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?

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