From 2c9d9ea4c8e4e18709a1a09b3b4000a02b966651 Mon Sep 17 00:00:00 2001 From: Noah Campbell Date: Wed, 8 Oct 2025 11:06:06 -0700 Subject: [PATCH] Update .goreleaser.yaml --- deploy/.goreleaser.yaml | 49 ++++------------------------------------- 1 file changed, 4 insertions(+), 45 deletions(-) diff --git a/deploy/.goreleaser.yaml b/deploy/.goreleaser.yaml index cdf16d19..f288473b 100644 --- a/deploy/.goreleaser.yaml +++ b/deploy/.goreleaser.yaml @@ -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: