mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
Update .goreleaser.yaml
This commit is contained in:
@@ -91,39 +91,7 @@ archives:
|
||||
dst: .
|
||||
strip_parent: true
|
||||
|
||||
- id: preflight-universal
|
||||
ids: [preflight-universal]
|
||||
formats: [tar.gz]
|
||||
name_template: "preflight_{{ .Os }}_{{ .Arch }}"
|
||||
files:
|
||||
- licence*
|
||||
- LICENCE*
|
||||
- license*
|
||||
- LICENSE*
|
||||
- readme*
|
||||
- README*
|
||||
- changelog*
|
||||
- CHANGELOG*
|
||||
- src: "sbom/assets/*"
|
||||
dst: .
|
||||
strip_parent: true
|
||||
|
||||
- id: support-bundle-universal
|
||||
ids: [support-bundle-universal]
|
||||
formats: [tar.gz]
|
||||
name_template: "support-bundle_{{ .Os }}_{{ .Arch }}"
|
||||
files:
|
||||
- licence*
|
||||
- LICENCE*
|
||||
- license*
|
||||
- LICENSE*
|
||||
- readme*
|
||||
- README*
|
||||
- changelog*
|
||||
- CHANGELOG*
|
||||
- src: "sbom/assets/*"
|
||||
dst: .
|
||||
strip_parent: true
|
||||
|
||||
|
||||
dockers:
|
||||
- dockerfile: ./deploy/Dockerfile.troubleshoot
|
||||
@@ -147,20 +115,11 @@ dockers:
|
||||
- preflight
|
||||
skip_push: true
|
||||
|
||||
universal_binaries:
|
||||
- id: preflight-universal
|
||||
ids: [preflight] # refers to the build id above
|
||||
replace: false
|
||||
name_template: preflight
|
||||
|
||||
- id: support-bundle-universal
|
||||
ids: [support-bundle] # refers to the build id above
|
||||
replace: false
|
||||
name_template: support-bundle
|
||||
|
||||
|
||||
brews:
|
||||
- name: preflight
|
||||
ids: [preflight, preflight-universal]
|
||||
ids: [preflight]
|
||||
homepage: https://docs.replicated.com/reference/preflight-overview/
|
||||
description: "A preflight checker and conformance test for Kubernetes clusters."
|
||||
repository:
|
||||
@@ -170,7 +129,7 @@ brews:
|
||||
directory: HomebrewFormula
|
||||
install: bin.install "preflight"
|
||||
- name: support-bundle
|
||||
ids: [support-bundle, support-bundle-universal]
|
||||
ids: [support-bundle]
|
||||
homepage: https://docs.replicated.com/reference/support-bundle-overview/
|
||||
description: "Collect and redact support bundles for Kubernetes clusters."
|
||||
repository:
|
||||
|
||||
Reference in New Issue
Block a user