Skip to content

Commit c2bd58e

Browse files
committed
fix compiling tags for controller.Dockerfile
1 parent 248ff08 commit c2bd58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.konflux/dockerfiles/controller.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-controller \
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-controller \
1414
./cmd/controller
1515

1616
FROM $RUNTIME

0 commit comments

Comments
 (0)