mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +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.toml .
|
||||||
COPY Cargo.lock .
|
COPY Cargo.lock .
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ARG TARGETARCH
|
|
||||||
RUN if [ "$TARGETARCH" = "amd64" ]; then \
|
RUN if [ "$TARGETARCH" = "amd64" ]; then \
|
||||||
cargo install --target x86_64-unknown-linux-musl --path . ; \
|
cargo install --target x86_64-unknown-linux-musl --path . ; \
|
||||||
elif [ "$TARGETARCH" = "arm64" ]; then \
|
elif [ "$TARGETARCH" = "arm64" ]; then \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue