Skip to content

Commit de8feb1

Browse files
committed
fix ffi build
1 parent 0a6ef1c commit de8feb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ builds:
1313
- CGO_ENABLED=1
1414
- GO111MODULE=on
1515
main: ffi/main.go
16-
flags: -buildmode=c-shared -tags netgo containers_image_ostree_stub -tags exclude_graphdriver_devicemapper -tags exclude_graphdriver_btrfs -tags containers_image_openpgp -installsuffix netgo
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
1717
binary: troubleshoot.so
1818
hooks: {}
1919
- id: preflight

0 commit comments

Comments
 (0)