Skip to content

Commit c83184d

Browse files
authored
Merge pull request #47 from replicatedhq/fix-release
fixing release build
2 parents 5811a7b + 37ab196 commit c83184d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy/.goreleaser.local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ builds:
3636
flags: -tags netgo -installsuffix netgo
3737
binary: preflight
3838
hooks: {}
39-
- id: troubleshoot
39+
- id: support-bundle
4040
goos:
4141
- linux
4242
goarch:

deploy/.goreleaser.snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ builds:
3838
flags: -tags netgo -installsuffix netgo
3939
binary: preflight
4040
hooks: {}
41-
- id: troubleshoot
41+
- id: support-bundle
4242
goos:
4343
- linux
4444
- windows

deploy/.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ builds:
3838
flags: -tags netgo -installsuffix netgo
3939
binary: preflight
4040
hooks: {}
41-
- id: troubleshoot
41+
- id: support-bundle
4242
goos:
4343
- linux
4444
- darwin
@@ -90,7 +90,7 @@ archives:
9090
- README*
9191
- changelog*
9292
- CHANGELOG*
93-
- id: troubleshoot
93+
- id: support-bundle
9494
builds:
9595
- support-bundle
9696
format: tar.gz

0 commit comments

Comments
 (0)