I’m trying to generate a custom abisoft/caddy:latest docker image with extra plugins for my QNAP NAS. The problem is the arch of the NAS is arm64, and even arm64 versions of caddy on Dockerhub call the amd64 docker-build container.
What is the simplest way I can script a custom build for arm64? I’ve found an arm64 docker image for docker-build. Is the resulting binary produced by docker-build container easy to wrap in another container? Or can docker-build itself run the resulting executable?