Skip to content

Commit 1465af2

Browse files
committed
Fix build
1 parent 7f82ec1 commit 1465af2

File tree

3 files changed

+0
-96
lines changed

3 files changed

+0
-96
lines changed

deploy/.goreleaser.local.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@ release:
44
owner: replicatedhq
55
name: troubleshoot
66
builds:
7-
- id: collector
8-
goos:
9-
- linux
10-
goarch:
11-
- amd64
12-
env:
13-
- CGO_ENABLED=0
14-
main: cmd/collector/main.go
15-
ldflags: -s -w
16-
-X github.com/replicatedhq/troubleshoot/pkg/version.version={{.Version}}
17-
-X github.com/replicatedhq/troubleshoot/pkg/version.gitSHA={{.Commit}}
18-
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
19-
-extldflags "-static"
20-
flags: -tags netgo -installsuffix netgo
21-
binary: collector
22-
hooks: {}
237
- id: preflight
248
goos:
259
- linux
@@ -52,22 +36,6 @@ builds:
5236
flags: -tags netgo -installsuffix netgo
5337
binary: support-bundle
5438
hooks: {}
55-
- id: manager
56-
goos:
57-
- linux
58-
goarch:
59-
- amd64
60-
env:
61-
- CGO_ENABLED=0
62-
main: cmd/manager/main.go
63-
ldflags: -s -w
64-
-X github.com/replicatedhq/troubleshoot/pkg/version.version={{.Version}}
65-
-X github.com/replicatedhq/troubleshoot/pkg/version.gitSHA={{.Commit}}
66-
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
67-
-extldflags "-static"
68-
flags: -tags netgo -installsuffix netgo
69-
binary: manager
70-
hooks: {}
7139
archives:
7240
- id: tar
7341
format: tar.gz

deploy/.goreleaser.snapshot.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@ builds:
1616
flags: -buildmode=c-shared
1717
binary: troubleshoot.so
1818
hooks: {}
19-
- id: collector
20-
goos:
21-
- linux
22-
goarch:
23-
- amd64
24-
env:
25-
- CGO_ENABLED=0
26-
main: cmd/collector/main.go
27-
ldflags: -s -w
28-
-X github.com/replicatedhq/troubleshoot/pkg/version.version={{.Version}}
29-
-X github.com/replicatedhq/troubleshoot/pkg/version.gitSHA={{.Commit}}
30-
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
31-
-extldflags "-static"
32-
flags: -tags netgo -installsuffix netgo
33-
binary: collector
34-
hooks: {}
3519
- id: preflight
3620
goos:
3721
- linux
@@ -68,22 +52,6 @@ builds:
6852
flags: -tags netgo -installsuffix netgo
6953
binary: support-bundle
7054
hooks: {}
71-
- id: manager
72-
goos:
73-
- linux
74-
goarch:
75-
- amd64
76-
env:
77-
- CGO_ENABLED=0
78-
main: cmd/manager/main.go
79-
ldflags: -s -w
80-
-X github.com/replicatedhq/troubleshoot/pkg/version.version={{.Version}}
81-
-X github.com/replicatedhq/troubleshoot/pkg/version.gitSHA={{.Commit}}
82-
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
83-
-extldflags "-static"
84-
flags: -tags netgo -installsuffix netgo
85-
binary: manager
86-
hooks: {}
8755
archives:
8856
- id: so
8957
builds:

deploy/.goreleaser.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@ builds:
1616
flags: -buildmode=c-shared
1717
binary: troubleshoot.so
1818
hooks: {}
19-
- id: collector
20-
goos:
21-
- linux
22-
goarch:
23-
- amd64
24-
env:
25-
- CGO_ENABLED=0
26-
main: cmd/collector/main.go
27-
ldflags: -s -w
28-
-X github.com/replicatedhq/troubleshoot/pkg/version.version={{.Version}}
29-
-X github.com/replicatedhq/troubleshoot/pkg/version.gitSHA={{.Commit}}
30-
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
31-
-extldflags "-static"
32-
flags: -tags netgo -installsuffix netgo
33-
binary: collector
34-
hooks: {}
3519
- id: preflight
3620
goos:
3721
- linux
@@ -68,22 +52,6 @@ builds:
6852
flags: -tags netgo -installsuffix netgo
6953
binary: support-bundle
7054
hooks: {}
71-
- id: manager
72-
goos:
73-
- linux
74-
goarch:
75-
- amd64
76-
env:
77-
- CGO_ENABLED=0
78-
main: cmd/manager/main.go
79-
ldflags: -s -w
80-
-X github.com/replicatedhq/troubleshoot/pkg/version.version={{.Version}}
81-
-X github.com/replicatedhq/troubleshoot/pkg/version.gitSHA={{.Commit}}
82-
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
83-
-extldflags "-static"
84-
flags: -tags netgo -installsuffix netgo
85-
binary: manager
86-
hooks: {}
8755
archives:
8856
- id: so
8957
builds:

0 commit comments

Comments
 (0)