Skip to content

Commit 0d2dd9e

Browse files
authored
Merge branch 'main' into fix-ollama-clean
2 parents fc18958 + c28aab0 commit 0d2dd9e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

deploy/.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ project_name: troubleshoot
33

44
release:
55
prerelease: auto
6+
mode: keep-existing
67

78
builds:
89
- id: preflight

deploy/krew/preflight.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
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: .
@@ -53,7 +53,7 @@ spec:
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: .

0 commit comments

Comments
 (0)