mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-25 12:24:44 +02:00
added log
This commit is contained in:
parent
1938ae2ae9
commit
71bca44fea
@ -36,6 +36,7 @@ func (Pipe) Run(ctx *context.Context) error {
|
|||||||
goos := goos
|
goos := goos
|
||||||
goarch := goarch
|
goarch := goarch
|
||||||
if !valid(goos, goarch) {
|
if !valid(goos, goarch) {
|
||||||
|
log.Printf("Skipped build for %v/%v\n", goos, goarch)
|
||||||
<-sem
|
<-sem
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user