mkdocs-material
mkdocs-material copied to clipboard
feat: multi platform docker image
The original image is really slow on m1 macs, for example.
This will build for arm64 as well, which should improve things.
You can test it: https://hub.docker.com/r/caarlos0/material-mkdocs/tags
Thanks for the PR! Please see the reasons in #3034 why I'm currently not considering merging it. A third-party image is already provided via https://github.com/afritzler/mkdocs-material. I'll reconsider as soon as I'm on M1 myself, but for the time being, I have no way to test this image, so I need to rely on a third party.
fwiw You should be able to test the image on an intel mac/linux with something like:
docker run --platform linux/arm64 image
Thanks. Okay, let me check again.