Skip to content

Commit 5811a7b

Browse files
authored
Merge pull request #46 from replicatedhq/make-release
fix release build
2 parents d900950 + bc7614f commit 5811a7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy/.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ builds:
5454
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
5555
-extldflags "-static"
5656
flags: -tags netgo -installsuffix netgo
57-
binary: troubleshoot
57+
binary: support-bundle
5858
hooks: {}
5959
- id: manager
6060
goos:
@@ -92,7 +92,7 @@ archives:
9292
- CHANGELOG*
9393
- id: troubleshoot
9494
builds:
95-
- troubleshoot
95+
- support-bundle
9696
format: tar.gz
9797
format_overrides:
9898
- goos: windows
@@ -116,7 +116,7 @@ dockers:
116116
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
117117
binaries:
118118
- collector
119-
- troubleshoot
119+
- support-bundle
120120
- preflight
121121
- dockerfile: ./deploy/Dockerfile.troubleshoot
122122
image_templates:
@@ -126,7 +126,7 @@ dockers:
126126
- "replicated/preflight:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
127127
binaries:
128128
- collector
129-
- troubleshoot
129+
- support-bundle
130130
- preflight
131131
- dockerfile: ./deploy/Dockerfile.manager
132132
image_templates:

0 commit comments

Comments
 (0)