diff --git a/README.md b/README.md index a1d9fc588..728306c4f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Codecov branch Go Report Card Go Doc - SayThanks.io Powered By: GoReleaser

diff --git a/pipeline/fpm/fpm.go b/pipeline/fpm/fpm.go index 70bdebbac..9f49e5f53 100644 --- a/pipeline/fpm/fpm.go +++ b/pipeline/fpm/fpm.go @@ -40,6 +40,7 @@ func (Pipe) Run(ctx *context.Context) error { var g errgroup.Group for _, format := range ctx.Config.FPM.Formats { + format := format for _, goarch := range ctx.Config.Build.Goarch { if ctx.Archives["linux"+goarch] == "" { continue