multibuild v0.0.2 is out.
New feature: output formats: https://github.com/rburchell/multibuild?tab=readme-ov-file#output-formats
So if you want to distribute tar.gz or zip, as well as, or instead of your #Golang binaries, that's now easily possible:
//go:multibuild:format=raw,zip,tar.gz

