mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
removed duplicate Dockerfile ARG instruction
This commit is contained in:
parent
caed20cc4d
commit
19b7962ff6
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ COPY src src
|
|||
COPY Cargo.toml .
|
||||
COPY Cargo.lock .
|
||||
ARG TARGETARCH
|
||||
ARG TARGETARCH
|
||||
RUN if [ "$TARGETARCH" = "amd64" ]; then \
|
||||
cargo install --target x86_64-unknown-linux-musl --path . ; \
|
||||
elif [ "$TARGETARCH" = "arm64" ]; then \
|
||||
|
|
|
|||
Loading…
Reference in a new issue