Skip to content

Commit ae63ccb

Browse files
authored
Merge pull request #350 from replicatedhq/divolgin/so
remove troubleshoot.so from builds
2 parents ac2a048 + 5c5e30a commit ae63ccb

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

deploy/.goreleaser.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@ release:
44
owner: replicatedhq
55
name: troubleshoot
66
builds:
7-
- id: so
8-
goos:
9-
- linux
10-
goarch:
11-
- amd64
12-
env:
13-
- CGO_ENABLED=1
14-
- GO111MODULE=on
15-
main: ffi/main.go
16-
flags: -buildmode=c-shared -tags netgo -tags containers_image_ostree_stub -tags exclude_graphdriver_devicemapper -tags exclude_graphdriver_btrfs -tags containers_image_openpgp -installsuffix netgo
17-
binary: troubleshoot.so
18-
hooks: {}
197
- id: preflight
208
goos:
219
- linux
@@ -53,11 +41,6 @@ builds:
5341
binary: support-bundle
5442
hooks: {}
5543
archives:
56-
- id: so
57-
builds:
58-
- so
59-
format: tar.gz
60-
name_template: 'troubleshoot.so_{{ .Os }}_{{ .Arch }}'
6144
- id: preflight
6245
builds:
6346
- preflight

0 commit comments

Comments
 (0)