Skip to content
Snippets Groups Projects
Commit d5879fbe authored by kaiyou's avatar kaiyou
Browse files

Append the correct targetarch to the filename

parent 2b0136ce
No related branches found
Tags 1.24.0+tedomum.4
No related merge requests found
Pipeline #33153 passed
......@@ -4,6 +4,6 @@ COPY go.mod go.sum ./
RUN go mod download && go mod verify
COPY . .
RUN make build \
&& mv bin/manager /manager_amd64 \
&& ln -s /manager_amd64 /manager
&& mv bin/manager bin/manager_amd64 \
&& ln -s $PWD/bin/manager_amd64 /manager
ENTRYPOINT ["/manager"]
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