Skip to content

Commit 5081783

Browse files
Merge pull request #160 from ecordell/static-ci
fix(ci): build opm statically in CI
2 parents cb8d55a + 2cbaddb commit 5081783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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 build
16+
RUN make static
1717

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

0 commit comments

Comments
 (0)