@@ -91,39 +91,7 @@ archives:
9191 dst : .
9292 strip_parent : true
9393
94- - id : preflight-universal
95- ids : [preflight-universal]
96- formats : [tar.gz]
97- name_template : " preflight_{{ .Os }}_{{ .Arch }}"
98- files :
99- - licence*
100- - LICENCE*
101- - license*
102- - LICENSE*
103- - readme*
104- - README*
105- - changelog*
106- - CHANGELOG*
107- - src : " sbom/assets/*"
108- dst : .
109- strip_parent : true
110-
111- - id : support-bundle-universal
112- ids : [support-bundle-universal]
113- formats : [tar.gz]
114- name_template : " support-bundle_{{ .Os }}_{{ .Arch }}"
115- files :
116- - licence*
117- - LICENCE*
118- - license*
119- - LICENSE*
120- - readme*
121- - README*
122- - changelog*
123- - CHANGELOG*
124- - src : " sbom/assets/*"
125- dst : .
126- strip_parent : true
94+
12795
12896dockers :
12997 - dockerfile : ./deploy/Dockerfile.troubleshoot
@@ -147,20 +115,11 @@ dockers:
147115 - preflight
148116 skip_push : true
149117
150- universal_binaries :
151- - id : preflight-universal
152- ids : [preflight] # refers to the build id above
153- replace : false
154- name_template : preflight
155-
156- - id : support-bundle-universal
157- ids : [support-bundle] # refers to the build id above
158- replace : false
159- name_template : support-bundle
118+
160119
161120brews :
162121 - name : preflight
163- ids : [preflight, preflight-universal ]
122+ ids : [preflight]
164123 homepage : https://docs.replicated.com/reference/preflight-overview/
165124 description : " A preflight checker and conformance test for Kubernetes clusters."
166125 repository :
@@ -170,7 +129,7 @@ brews:
170129 directory : HomebrewFormula
171130 install : bin.install "preflight"
172131 - name : support-bundle
173- ids : [support-bundle, support-bundle-universal ]
132+ ids : [support-bundle]
174133 homepage : https://docs.replicated.com/reference/support-bundle-overview/
175134 description : " Collect and redact support bundles for Kubernetes clusters."
176135 repository :
0 commit comments