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

fix: docker: binary

This commit is contained in:
Carlos Alexandro Becker 2018-11-27 13:51:23 -02:00 committed by Carlos Alexandro Becker
parent 52e5c3aa56
commit 5449d5c495

View File

@ -29,6 +29,7 @@ dockers:
- 'goreleaser/goreleaser:v{{ .Major }}.{{ .Minor }}-cgo'
- 'goreleaser/goreleaser:latest-cgo'
dockerfile: Dockerfile.cgo
binary: goreleaser
extra_files:
- scripts/entrypoint.sh
- image_templates:
@ -36,6 +37,7 @@ dockers:
- 'goreleaser/goreleaser:v{{ .Major }}.{{ .Minor }}'
- 'goreleaser/goreleaser:latest'
dockerfile: Dockerfile
binary: goreleaser
extra_files:
- scripts/entrypoint.sh
archive: