1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fixed possible exaustion of workers

This commit is contained in:
Carlos Alexandro Becker 2017-04-21 13:24:55 -03:00
parent 199cfb2eba
commit 033618c501
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -36,6 +36,7 @@ func (Pipe) Run(ctx *context.Context) error {
goos := goos
goarch := goarch
if !valid(goos, goarch) {
<-sem
continue
}
name, err := nameFor(ctx, goos, goarch)