Skip to content

Commit

Permalink
feat: add deb and rpm packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcase committed Sep 28, 2020
1 parent 2b8878d commit 707857f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,25 @@ dockers:
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"

nfpms:
-
package_name: kconnect
replacements:
darwin: macos
amd64: 64-bit
vendor: kconnect authors
homepage: https://github.com/fidelity/kconnect
description: "The Kubernetes Connection Manager CLI"
license: Apache 2.0
formats:
- apk
- deb
- rpm
dependencies:
- kubectl




# snapcrafts:
# -
Expand Down

0 comments on commit 707857f

Please sign in to comment.