Skip to content

Commit 5914eb5

Browse files
committed
build: add nfpms config to generate deb and rpm packages
Signed-off-by: Vaishnav88sk <vaishnavsk8804@gmail.com>
1 parent c9e98ac commit 5914eb5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ brews:
3232
owner: microcks
3333
name: homebrew-tap
3434

35+
nfpms:
36+
- id: microcks
37+
package_name: microcks
38+
vendor: Microcks
39+
maintainer: Microcks <info@microcks.io>
40+
description: CLI for Microcks.
41+
homepage: https://github.com/microcks/microcks-cli
42+
license: Apache 2.0
43+
formats:
44+
- deb
45+
- rpm
46+
3547
sboms:
3648
- artifacts: archive
3749

0 commit comments

Comments
 (0)