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 e6c02a4 commit 302d44dCopy full SHA for 302d44d
.goreleaser.yaml
@@ -59,6 +59,30 @@ archives:
59
- LICENSE
60
- README.md
61
62
+nfpms:
63
+ - id: nfpm
64
+ package_name: overmind-cli
65
+ file_name_template: "{{ .ConventionalFileName }}"
66
+
67
+ # Build IDs for the builds you want to create NFPM packages for.
68
+ # Defaults empty, which means no filtering.
69
+ builds:
70
+ - overmind
71
+ vendor: Overmind
72
+ homepage: https://overmind.tech/
73
+ maintainer: Overmind <[email protected]>
74
+ description: |-
75
+ Predict what will happen for any given change
76
+ license: Apache 2.0
77
+ formats:
78
+ - apk
79
+ - deb
80
+ - rpm
81
+ - archlinux
82
+ bindir: /usr/bin
83
+ section: default
84
+ priority: extra
85
86
checksum:
87
name_template: "checksums.txt"
88
0 commit comments