mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
Merge pull request #46 from replicatedhq/make-release
fix release build
This commit is contained in:
@@ -54,7 +54,7 @@ builds:
|
||||
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
|
||||
-extldflags "-static"
|
||||
flags: -tags netgo -installsuffix netgo
|
||||
binary: troubleshoot
|
||||
binary: support-bundle
|
||||
hooks: {}
|
||||
- id: manager
|
||||
goos:
|
||||
@@ -92,7 +92,7 @@ archives:
|
||||
- CHANGELOG*
|
||||
- id: troubleshoot
|
||||
builds:
|
||||
- troubleshoot
|
||||
- support-bundle
|
||||
format: tar.gz
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
@@ -116,7 +116,7 @@ dockers:
|
||||
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
|
||||
binaries:
|
||||
- collector
|
||||
- troubleshoot
|
||||
- support-bundle
|
||||
- preflight
|
||||
- dockerfile: ./deploy/Dockerfile.troubleshoot
|
||||
image_templates:
|
||||
@@ -126,7 +126,7 @@ dockers:
|
||||
- "replicated/preflight:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
|
||||
binaries:
|
||||
- collector
|
||||
- troubleshoot
|
||||
- support-bundle
|
||||
- preflight
|
||||
- dockerfile: ./deploy/Dockerfile.manager
|
||||
image_templates:
|
||||
|
||||
Reference in New Issue
Block a user