You can now import pre-built binaries into GoReleaser! This feature was made with mainly two cases in mind: You are migrating to GoReleaser and already have the build part covered by a Makefile or some other tool, and you don’t want to change that You want to build each platform on a different machine and join the binaries later (for performance or CGO reasons) Let’s talk about them. 1. Another builder In this case, you’ll likely have a Makefile or some other tool doing the heavy liftin...