mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-26 04:22:05 +02:00
fix: include golang as a dependency of deb/rpms (#1543)
* fix: include golang as a dependency of deb/rpms Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * fix: recommends instead * fix: typo
This commit is contained in:
parent
58acbd334d
commit
4cf79bf9c5
@ -110,6 +110,8 @@ nfpms:
|
||||
- rpm
|
||||
dependencies:
|
||||
- git
|
||||
recommends:
|
||||
- golang
|
||||
snapcrafts:
|
||||
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
|
||||
summary: Deliver Go binaries as fast and easily as possible
|
||||
|
Loading…
x
Reference in New Issue
Block a user