Skip to content

Commit

Permalink
chore: update entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Feb 15, 2024
1 parent be2a63d commit 50e7a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ci/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ COPY $DOCKER_BUILD_ROOT/docker/python/requirements.txt /etc/greptime/requirement

RUN python3 -m pip install -r /etc/greptime/requirements.txt

#ARG TARGETARCH
ARG TARGETARCH

ADD $TARGET_BIN /greptime/bin/
ADD $TARGETARCH/$TARGET_BIN /greptime/bin/

ENV PATH /greptime/bin/:$PATH

Expand Down

0 comments on commit 50e7a69

Please sign in to comment.