Skip to content

Commit

Permalink
Add TARGETARCH argument
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 12, 2024
1 parent f725154 commit ea8c0b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ RUN set -eux; \
cargo --version; \
rustc --version;

ARG TARGETARCH

COPY diesel_cli/target/$TARGETARCH/release/diesel /usr/local/cargo/bin/diesel
COPY cargo-llvm-lines/target/$TARGETARCH/release/cargo-llvm-lines /usr/local/cargo/bin/cargo-llvm-lines

Expand Down

0 comments on commit ea8c0b6

Please sign in to comment.