Skip to content

Commit e47b58c

Browse files
Merge pull request #76 from viveksahu26/support_apk_rpm_installation
Add support for installtion using apt, yum
2 parents 34fef13 + 0f3dcab commit e47b58c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.goreleaser.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,26 @@ builds:
3131
env:
3232
- CGO_ENABLED=0
3333

34+
nfpms:
35+
- id: sbomgr
36+
package_name: sbomgr
37+
file_name_template: "{{ .ConventionalFileName }}"
38+
vendor: Interlynk
39+
homepage: https://interlynk.io
40+
maintainer: Interlynk Authors [email protected]
41+
builds:
42+
- binaries
43+
description: SBOM Grep - search through SBOMs
44+
license: "Apache License 2.0"
45+
formats:
46+
- apk
47+
- deb
48+
- rpm
49+
contents:
50+
- src: /usr/bin/sbomgr-{{ .Os }}-{{ .Arch }}
51+
dst: /usr/bin/sbomgr
52+
type: "symlink"
53+
3454
archives:
3555
- format: binary
3656
name_template: "{{ .Binary }}"

0 commit comments

Comments
 (0)