I am wondering what would it take to make the images multi-architectural, such as caddy?
I have a docker-compose.yml designed for an amd64 deployment but would work perfectly fine on a Pi except for bitwardenrs/server doesn’t have an arm build. I’m pretty new to docker, so if this is a crazy request let me know, but it’s really convenient with other docker builds I’m using.
Edit: looking at the caddy Dockerfile it looks pretty simple. Looking at yours it might be a hard port.