Skip to content

Commit 1386697

Browse files
Merge pull request #54 from viveksahu26/installation_support_for_apt_rpm
Add support for installtion using apt, yum
2 parents dc4029a + c5a2a83 commit 1386697

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.goreleaser.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,27 @@ builds:
3232
ignore:
3333
- goos: windows
3434
goarch: arm64
35+
36+
nfpms:
37+
- id: sbomex
38+
package_name: sbomex
39+
file_name_template: "{{ .ConventionalFileName }}"
40+
vendor: Interlynk
41+
homepage: https://interlynk.io
42+
maintainer: Interlynk Authors [email protected]
43+
builds:
44+
- binaries
45+
description: Find & pull public SBOMs
46+
license: "Apache License 2.0"
47+
formats:
48+
- apk
49+
- deb
50+
- rpm
51+
contents:
52+
- src: /usr/bin/sbomex-{{ .Os }}-{{ .Arch }}
53+
dst: /usr/bin/sbomex
54+
type: "symlink"
55+
3556
archives:
3657
- format: binary
3758
name_template: "{{ .Binary }}"

0 commit comments

Comments
 (0)