Skip to content

Commit

Permalink
update script due to gdn binary naming convention change
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Dec 15, 2023
1 parent aaa68c0 commit a108e74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/dev-multi-arch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ ADD containerd/containerd-*-linux-$TARGETARCH.tar.gz /usr/local/concourse
COPY gdn/gdn-* /usr/local/concourse/bin

RUN cd /usr/local/concourse/bin && \
if [ "$TARGETARCH" = "amd64" ] ; then mv gdn-[0-9]*.*.* gdn ; else mv gdn-$TARGETARCH-[0-9]*.*.* gdn ; fi && \
rm gdn-*
mv gdn-linux-$TARGETARCH-[0-9]*.*.* gdn

COPY runc/runc.$TARGETARCH /usr/local/concourse/bin/runc

Expand Down

0 comments on commit a108e74

Please sign in to comment.