Skip to content

Commit 2bb872e

Browse files
FedeDPpoiana
authored andcommitted
fx(plugins/container): do not override containers_image_openpgp tag in exe target.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent 1fe9569 commit 2bb872e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/container/go-worker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lib:
88

99
.PHONY: exe
1010
exe:
11-
CGO_ENABLED=1 go build -tags containers_image_openpgp -ldflags="-s -w" -tags exe -v -o worker .
11+
CGO_ENABLED=1 go build -ldflags="-s -w" -tags exe,containers_image_openpgp -v -o worker .
1212

1313
clean:
1414
rm -rf worker libworker.a libworker.h

0 commit comments

Comments
 (0)