Skip to content

Commit

Permalink
fix targets
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Deitcher <[email protected]>
  • Loading branch information
deitch committed Aug 16, 2024
1 parent 2d4265a commit 2c050e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG RUST_VERSION=1.80.1
FROM rust:${RUST_VERSION}-alpine3.19
ENV TARGETS x86_64-unknown-linux-musl aarch64-unknown-linux-musl x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu riscv64gc-unknown-linux-gnu
RUN rustup target add x86_64-unknown-linux-musl
RUN rustup target add ${TARGETS}
RUN cargo install cargo-chef cargo-sbom

0 comments on commit 2c050e4

Please sign in to comment.