Skip to content

Commit 951b8f8

Browse files
committed
Add containers_image_openpgp to GO_BUILD_TAGS
Signed-off-by: Todd Short <todd.short@me.com>
1 parent f82e3bf commit 951b8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GIT_COMMIT := $(if $(SOURCE_GIT_COMMIT),$(SOURCE_GIT_COMMIT),$(shell git rev-par
1919
OLM_VERSION := $(or $(OS_GIT_VERSION),0.0.0-$(GIT_COMMIT))
2020

2121
GO_BUILD_OPTS := -mod=vendor
22-
GO_BUILD_TAGS := -tags "json1"
22+
GO_BUILD_TAGS := -tags "json1,containers_image_openpgp"
2323

2424
GO_PKG := github.com/operator-framework
2525
REGISTRY_PKG := $(GO_PKG)/operator-registry

0 commit comments

Comments
 (0)