Skip to content
Snippets Groups Projects
Verified Commit b7a04a87 authored by cyrinux's avatar cyrinux :construction_worker_tone1:
Browse files

chore: build manager only

parent fe90821f
No related branches found
Tags 1.24.0+tedomum.9
No related merge requests found
Pipeline #33248 passed
......@@ -6,7 +6,7 @@ ENV GO111MODULE=on
COPY go.mod go.sum ./
RUN go mod download && go mod verify
COPY . .
RUN make build \
RUN make build-manager \
&& mv bin/manager /manager_amd64
FROM alpine:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment