What would you like to see changed/added?
Currently, goreleaser/goreleaser is built for both amd64 and aarch64, but this image is not. I'm building a rust project with goreleaser on an aarch64 kubernetes cluster right now, and have to add the dependencies for rust builds (rustup, zig at a minimum) to the image at runtime, which makes builds take longer.
Is this on the roadmap? I'd like to avoid maintaining a custom goreleaser docker image with the dependencies included if possible!