We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5afaa2 commit 6cbef93Copy full SHA for 6cbef93
.goreleaser.yml
@@ -49,3 +49,30 @@ brews:
49
type: optional
50
test: |
51
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
75
+ - aws-cli
76
77
78
0 commit comments