Build rpm and deb packages with goreleaser (#1196)
* Build rpm and deb packages with goreleaser * Remove faulty single quote
This commit is contained in:
parent
184bbf8eca
commit
954127e56d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user