Skip to content

Commit 6cbef93

Browse files
authored
feat: Adds support for building apk, deb and rpm (#296)
* feat: Adds support for building apk, deb and rpm * Set proper vendor homepage for Linux packages
1 parent b5afaa2 commit 6cbef93

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.goreleaser.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,30 @@ brews:
4949
type: optional
5050
test: |
5151
system "#{bin}/zero version"
52+
53+
nfpms:
54+
-
55+
id: zero
56+
package_name: zero
57+
vendor: Commit.dev
58+
homepage: https://github.com/commitdev/zero
59+
maintainer: commitdev <contact@commit.dev>
60+
description: "Allow startup developers to ship to production on day 1."
61+
formats:
62+
- apk
63+
- deb
64+
- rpm
65+
66+
recommends:
67+
- awscli
68+
- git
69+
- jq
70+
- wget
71+
72+
overrides:
73+
apk:
74+
recommends:
75+
- aws-cli
76+
- git
77+
- jq
78+
- wget

0 commit comments

Comments
 (0)