Skip to content

Commit 76210b3

Browse files
authoredJan 27, 2020
Revert "fix(ci): build opm statically in CI"
1 parent 2b33801 commit 76210b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY vendor vendor
1313
COPY cmd cmd
1414
COPY pkg pkg
1515
COPY Makefile go.mod go.sum ./
16-
RUN make static
16+
RUN make build
1717

1818
# copy and build vendored grpc_health_probe
1919
RUN mkdir -p /go/src/github.com/grpc-ecosystem && \

0 commit comments

Comments
 (0)