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

Append the correct targetarch to the filename

parent d4997b07
No related branches found
Tags 1.23.3+tedomum.2
No related merge requests found
Pipeline #33152 passed
......@@ -4,5 +4,6 @@ COPY go.mod go.sum ./
RUN go mod download && go mod verify
COPY . .
RUN make build \
&& mv bin/manager /
&& mv bin/manager /manager_amd64 \
&& ln -s /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