Skip to content

Commit

Permalink
Build rpm and deb packages with goreleaser (#1196)
Browse files Browse the repository at this point in the history
* Build rpm and deb packages with goreleaser

* Remove faulty single quote
  • Loading branch information
bombsimon committed Jul 2, 2020
1 parent 184bbf8 commit 954127e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Expand Up @@ -95,3 +95,15 @@ brews:
prefix.install_metafiles
test: |
system "#{bin}/golangci-lint --version"
nfpms:
-
id: golangci-lint-nfpms
package_name: golangci-lint
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
homepage: https://golangci-lint.run/
description: Fast linters Runner for Go
license: GPLv3
formats:
- deb
- rpm

0 comments on commit 954127e

Please sign in to comment.