Skip to content

Commit

Permalink
fixed deprecated goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Oct 28, 2018
1 parent c8084b5 commit 6890810
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@ snapshot:
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
dockers:
- image: southclaws/sampctl
goos: linux
- goos: linux
goarch: "386"
binary: sampctl
dockerfile: Dockerfile
tag_templates:
- "{{ .Tag }}"
- "v{{ .Major }}"
- "v{{ .Major }}.{{ .Minor }}"
- latest
image_templates:
- "southclaws/sampctl{{ .Tag }}"
- "southclaws/sampctlv{{ .Major }}"
- "southclaws/sampctlv{{ .Major }}.{{ .Minor }}"
- "southclaws/sampctl:latest"
nfpm:
vendor: Southclaws
homepage: https://github.com/Southclaws/sampctl
Expand Down

0 comments on commit 6890810

Please sign in to comment.