Skip to content

Commit

Permalink
Fix gorelease.yml with latest config spec
Browse files Browse the repository at this point in the history
Signed-off-by: Aswin Karthik <[email protected]>
  • Loading branch information
aswinkarthik committed Feb 21, 2020
1 parent 5513f45 commit 1007bf3
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ builds:
- linux
goarch:
- amd64
nfpm:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
linux: linux
homepage: https://github.com/aswinkarthik/csvdiff
maintainer: aswinkarthik
description: A Blazingly fast diff tool for comparing csv files.
license: MIT
formats:
- deb
- rpm
nfpms:
- file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
linux: linux
vendor: aswinkarthik
homepage: https://github.com/aswinkarthik/csvdiff
maintainer: aswinkarthik
description: A Blazingly fast diff tool for comparing csv files.
license: MIT
formats:
- deb
- rpm

0 comments on commit 1007bf3

Please sign in to comment.