Skip to content

Commit 32cca12

Browse files
committed
fix go-releaser build
1 parent 052d10f commit 32cca12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ builds:
3131
-X github.com/replicatedhq/troubleshoot/pkg/version.gitSHA={{.Commit}}
3232
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
3333
-extldflags "-static"
34-
flags: -tags netgo -installsuffix netgo
34+
flags: -tags netgo -tags containers_image_ostree_stub -tags exclude_graphdriver_devicemapper -tags exclude_graphdriver_btrfs -tags containers_image_openpgp -installsuffix netgo
3535
binary: preflight
3636
hooks: {}
3737
- id: support-bundle
@@ -49,7 +49,7 @@ builds:
4949
-X github.com/replicatedhq/troubleshoot/pkg/version.gitSHA={{.Commit}}
5050
-X github.com/replicatedhq/troubleshoot/pkg/version.buildTime={{.Date}}
5151
-extldflags "-static"
52-
flags: -tags netgo -installsuffix netgo
52+
flags: -tags netgo -tags containers_image_ostree_stub -tags exclude_graphdriver_devicemapper -tags exclude_graphdriver_btrfs -tags containers_image_openpgp -installsuffix netgo
5353
binary: support-bundle
5454
hooks: {}
5555
archives:

0 commit comments

Comments
 (0)