Skip to content

Commit 0cd44e0

Browse files
committed
Add containers_image_openpgp to GO_BUILD_TAGS
Signed-off-by: Todd Short <[email protected]>
1 parent 2df3c68 commit 0cd44e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)