Skip to content

Commit

Permalink
Merge pull request #76 from viveksahu26/support_apk_rpm_installation
Browse files Browse the repository at this point in the history
Add support for  installtion using apt, yum
  • Loading branch information
riteshnoronha authored Aug 25, 2024
2 parents 34fef13 + 0f3dcab commit e47b58c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,26 @@ builds:
env:
- CGO_ENABLED=0

nfpms:
- id: sbomgr
package_name: sbomgr
file_name_template: "{{ .ConventionalFileName }}"
vendor: Interlynk
homepage: https://interlynk.io
maintainer: Interlynk Authors [email protected]
builds:
- binaries
description: SBOM Grep - search through SBOMs
license: "Apache License 2.0"
formats:
- apk
- deb
- rpm
contents:
- src: /usr/bin/sbomgr-{{ .Os }}-{{ .Arch }}
dst: /usr/bin/sbomgr
type: "symlink"

archives:
- format: binary
name_template: "{{ .Binary }}"
Expand Down

0 comments on commit e47b58c

Please sign in to comment.