Use Docker buildx to build multi-architecture images. https://docs.docker.com/buildx/working-with-buildx/ *edit: No need to modify the Dockerfile ```shell docker buildx build --push --platform linux/amd64,linux/arm64,linux/ppc64le,linux/386,linux/arm/v7 --tag pbstriker38/chisel:1.7.4 . ``` https://hub.docker.com/r/pbstriker38/chisel/tags?page=1&ordering=last_updated