Merge pull request #348 from replicatedhq/divolgin/goreleaser

fix ffi build
This commit is contained in:
divolgin
2021-04-12 10:57:34 -07:00
committed by GitHub

View File

@@ -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