1
0
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:
Carlos Alexandro Becker 2020-04-21 19:08:27 -03:00
parent a39329f1b3
commit 75c373bdf2
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
package artifact

View File

@ -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),
)
}