fix: Correct arm release file names in krew config (#1101)

This commit is contained in:
Evans Mungai
2023-04-05 14:55:41 +01:00
committed by GitHub
parent 0d5f9697eb
commit ff4870627e
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ spec:
matchLabels:
os: linux
arch: arm
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_linux_arm_6.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/preflight_linux_arm.tar.gz" .TagName }}
files:
- from: preflight
to: .

View File

@@ -31,7 +31,7 @@ spec:
matchLabels:
os: linux
arch: arm
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_linux_arm_6.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/replicatedhq/troubleshoot/releases/download/{{ .TagName }}/support-bundle_linux_arm.tar.gz" .TagName }}
files:
- from: support-bundle
to: .