Skip to content

Commit c1111a6

Browse files
committed
fix compiling tags for controller.Dockerfile
1 parent 7b299aa commit c1111a6

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 @@ RUN set -e; for f in patches/*.patch; do echo ${f}; [[ -f ${f} ]] || continue; g
1010
COPY head HEAD
1111
ENV GODEBUG="http2server=0"
1212
ENV GOEXPERIMENT=strictfipsruntime
13-
RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vendor -tags disable_gcp -tags strictfipsruntime -v -o /tmp/controller \
13+
RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vendor -tags disable_gcp,strictfipsruntime -v -o /tmp/controller \
1414
./cmd/controller
1515

1616
FROM $RUNTIME

0 commit comments

Comments
 (0)