pozgo / docker-mkdocs

MkDocs in a Docker. (Alpine)
MIT License
86 stars 34 forks source link

Please push arm64 images as well as amd64 #58

Closed rfay closed 1 year ago

rfay commented 2 years ago

Currently docker-mkdocs is pushed only as an amd64 image, but that means it gets loaded with the wrong architecture on mac M1 machines.

Could you please use docker buildx build to build and push with both architectures?

IMB11 commented 1 year ago

Bump, I really need this for my Raspberry Pi

pozgo commented 1 year ago

Hi @mineblock11 and @rfay I have pushed arm-based images manually. I'll try to find some time to add this into the pipeline so it will automatically push those

https://hub.docker.com/repository/docker/polinux/mkdocs/general

Released 1.4.2 for X64 and Arm

rfay commented 1 year ago

Thanks!