mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
fix: docker logs
refs #1462 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
a39329f1b3
commit
75c373bdf2
1
internal/artifact/extras.go
Normal file
1
internal/artifact/extras.go
Normal file
@ -0,0 +1 @@
|
||||
package artifact
|
@ -122,7 +122,7 @@ func doRun(ctx *context.Context) error {
|
||||
return fmt.Errorf(
|
||||
"%d binaries match docker definition: %v: %s_%s_%s, should be %d",
|
||||
len(binaries),
|
||||
docker.Binaries, docker.Goos, docker.Goarch, docker.Goarm,
|
||||
binaryNames, docker.Goos, docker.Goarch, docker.Goarm,
|
||||
len(docker.Binaries),
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user