Skip to content

Commit

Permalink
ci: fix cmd
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <poan.yang@suse.com>
Co-authored-by: Cooper Tseng <cooper.tseng@suse.com>
(cherry picked from commit 3bdd9af)
  • Loading branch information
FrankYang0529 authored and brandboat committed May 10, 2024
1 parent 03c8184 commit 683c383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ RUN if [ "$TARGETPLATFORM" != "linux/amd64" ]; then \

ENV ARCH=${TARGETPLATFORM#linux/}

COPY bin/harvester-node-manager-${ARCH} /usr/bin/
COPY bin/harvester-node-manager-${ARCH} /usr/bin/harvester-node-manager
CMD ["harvester-node-manager"]

0 comments on commit 683c383

Please sign in to comment.