Skip to content

Commit

Permalink
Tweak goreleaser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bpineau committed Apr 2, 2018
1 parent 15073c7 commit c72e0fa
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,31 @@ release:
archive:
format: binary

changelog:
filters:
exclude:
- Merge

dockers:
-
image: bpineau/katafygio
- image: bpineau/katafygio
goos: linux
goarch: amd64
latest: true
dockerfile: Dockerfile.goreleaser
tag_templates:
- '{{ .Tag }}'
- latest

nfpm:
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}"
homepage: https://github.com/bpineau/katafygio
description: Discover and continuously backup Kubernetes objets as yaml files in git
maintainer: Benjamin Pineau <[email protected]>
license: MIT
vendor: Benjamin Pineau
formats:
- deb
- rpm
dependencies:
- git
replacements:
amd64: x86_64

0 comments on commit c72e0fa

Please sign in to comment.