File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ project_name: troubleshoot
33
44release :
55 prerelease : auto
6+ mode : keep-existing
67
78builds :
89 - id : preflight
Original file line number Diff line number Diff line change 4242 matchLabels :
4343 os : darwin
4444 arch : amd64
45- {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_amd64 .tar.gz" .TagName }}
45+ {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_all .tar.gz" .TagName }}
4646 files :
4747 - from : preflight
4848 to : .
5353 matchLabels :
5454 os : darwin
5555 arch : arm64
56- {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_arm64 .tar.gz" .TagName }}
56+ {{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_darwin_all .tar.gz" .TagName }}
5757 files :
5858 - from : preflight
5959 to : .
You can’t perform that action at this time.
0 commit comments