Skip to content

Commit 795bcee

Browse files
Merge pull request #220 from overmindtech/create-linux-packages
Added build ofr linux packages
2 parents e6c02a4 + 302d44d commit 795bcee

File tree

2 files changed

+24
-96
lines changed

2 files changed

+24
-96
lines changed

.goreleaser.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,30 @@ archives:
5959
- LICENSE
6060
- README.md
6161

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+
6286
checksum:
6387
name_template: "checksums.txt"
6488

0 commit comments

Comments
 (0)