Skip to content

Commit

Permalink
fixing release build
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Aug 8, 2019
1 parent 5811a7b commit 37ab196
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/.goreleaser.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ builds:
flags: -tags netgo -installsuffix netgo
binary: preflight
hooks: {}
- id: troubleshoot
- id: support-bundle
goos:
- linux
goarch:
Expand Down
2 changes: 1 addition & 1 deletion deploy/.goreleaser.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ builds:
flags: -tags netgo -installsuffix netgo
binary: preflight
hooks: {}
- id: troubleshoot
- id: support-bundle
goos:
- linux
- windows
Expand Down
4 changes: 2 additions & 2 deletions deploy/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ builds:
flags: -tags netgo -installsuffix netgo
binary: preflight
hooks: {}
- id: troubleshoot
- id: support-bundle
goos:
- linux
- darwin
Expand Down Expand Up @@ -90,7 +90,7 @@ archives:
- README*
- changelog*
- CHANGELOG*
- id: troubleshoot
- id: support-bundle
builds:
- support-bundle
format: tar.gz
Expand Down

0 comments on commit 37ab196

Please sign in to comment.