From 5c5e30a9a5d4d94c7ddd8214e6ad7ea485cb35e0 Mon Sep 17 00:00:00 2001 From: divolgin Date: Mon, 12 Apr 2021 18:50:58 +0000 Subject: [PATCH] remove troubleshoot.so from builds --- deploy/.goreleaser.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/deploy/.goreleaser.yaml b/deploy/.goreleaser.yaml index 7ebb4e49..e823bfb6 100644 --- a/deploy/.goreleaser.yaml +++ b/deploy/.goreleaser.yaml @@ -4,18 +4,6 @@ release: owner: replicatedhq name: troubleshoot builds: - - id: so - goos: - - linux - goarch: - - amd64 - env: - - CGO_ENABLED=1 - - GO111MODULE=on - main: ffi/main.go - 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 - binary: troubleshoot.so - hooks: {} - id: preflight goos: - linux @@ -53,11 +41,6 @@ builds: binary: support-bundle hooks: {} archives: - - id: so - builds: - - so - format: tar.gz - name_template: 'troubleshoot.so_{{ .Os }}_{{ .Arch }}' - id: preflight builds: - preflight