Skip to content

Commit 07b1c20

Browse files
committed
fix compiling tags for webhook.Dockerfile
1 parent c2bd58e commit 07b1c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.konflux/dockerfiles/webhook.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV GODEBUG="http2server=0"
1010
ENV GOEXPERIMENT=strictfipsruntime
1111
RUN git rev-parse HEAD > /tmp/HEAD
1212
RUN CGO_ENABLED=0 \
13-
go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat /tmp/HEAD)'" -mod=vendor -tags disable_gcp -tags strictfipsruntime -v -o /tmp/manual-approval-gate-webhook \
13+
go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat /tmp/HEAD)'" -mod=vendor -tags disable_gcp,strictfipsruntime -v -o /tmp/manual-approval-gate-webhook \
1414
./cmd/webhook
1515

1616
FROM $RUNTIME

0 commit comments

Comments
 (0)