Skip to content

Commit

Permalink
fix: Copy on Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Nov 5, 2024
1 parent 8dfd892 commit d1351ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:12-slim
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*

ARG TARGETARCH
COPY bin/operator-Linux-${TARGETARCH} /bin/operator
COPY bin/dmtrctl-Linux-${TARGETARCH} /bin/dmtrctl
RUN chmod +x /bin/dmtrctl
RUN ln -s /bin/dmtrctl /dmtrctl

Expand Down

0 comments on commit d1351ee

Please sign in to comment.