Skip to content

Commit

Permalink
fix: updates binary location in Containerfile (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>

Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
jpower432 committed Aug 29, 2022
1 parent f6bd927 commit 006ab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM scratch
COPY --from=builder /rootfs/ /

ARG TARGETARCH
COPY ../client-linux-${TARGETARCH} /usr/local/bin/client
COPY uor-client-go-linux-${TARGETARCH} /usr/local/bin/uor-client-go
RUN set -ex && /usr/local/bin/uor-client-go version

ENTRYPOINT ["/usr/local/bin/uor-client-go"]
Expand Down

0 comments on commit 006ab2f

Please sign in to comment.