diff --git a/.goreleaser/linux.yml b/.goreleaser/linux.yml index aad2de98..6f29ee3e 100644 --- a/.goreleaser/linux.yml +++ b/.goreleaser/linux.yml @@ -35,8 +35,8 @@ checksum: snapshot: name_template: "{{ .Tag }}-next" nfpms: - - builds: - - stripe-linux + - id: deb + package_name: stripe vendor: Stripe homepage: https://stripe.com maintainer: Stripe @@ -44,6 +44,14 @@ nfpms: license: Apache 2.0 formats: - deb + - id: rpm + package_name: stripe + vendor: Stripe + homepage: https://stripe.com + maintainer: Stripe + description: Stripe CLI utility + license: Apache 2.0 + formats: - rpm dockers: - goos: linux