1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00

ci(nfpm): suggest builders instead of recommends (#5432)

I think this is probably better so it doesn't install too many things if
users forget `--no-install-recommends` or whatever

wdyt?
This commit is contained in:
Carlos Alexandro Becker 2025-01-11 16:11:41 -03:00 committed by GitHub
parent a17138ecac
commit 39277d83fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,7 +357,7 @@ nfpms:
- archlinux
dependencies:
- git
recommends:
suggests:
- golang
- rustup
- zig