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

added log

This commit is contained in:
Carlos Alexandro Becker 2017-04-21 13:58:10 -03:00
parent 1938ae2ae9
commit 71bca44fea
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) {
log.Printf("Skipped build for %v/%v\n", goos, goarch)
<-sem
continue
}