From de8feb167e3cc184124774922be31b006e3fcf52 Mon Sep 17 00:00:00 2001 From: divolgin Date: Mon, 12 Apr 2021 17:22:21 +0000 Subject: [PATCH] fix ffi build --- deploy/.goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/.goreleaser.yaml b/deploy/.goreleaser.yaml index 949fd688..7ebb4e49 100644 --- a/deploy/.goreleaser.yaml +++ b/deploy/.goreleaser.yaml @@ -13,7 +13,7 @@ builds: - CGO_ENABLED=1 - GO111MODULE=on main: ffi/main.go - flags: -buildmode=c-shared -tags netgo containers_image_ostree_stub -tags exclude_graphdriver_devicemapper -tags exclude_graphdriver_btrfs -tags containers_image_openpgp -installsuffix netgo + 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