removed duplicate Dockerfile ARG instruction

This commit is contained in:
Alexa Lake 2025-02-24 11:21:59 -05:00 committed by Matt Brubeck
parent caed20cc4d
commit 19b7962ff6

View file

@ -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 \