We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4265a commit 2c050e4Copy full SHA for 2c050e4
Dockerfile
@@ -1,5 +1,5 @@
1
ARG RUST_VERSION=1.80.1
2
FROM rust:${RUST_VERSION}-alpine3.19
3
ENV TARGETS x86_64-unknown-linux-musl aarch64-unknown-linux-musl x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu riscv64gc-unknown-linux-gnu
4
-RUN rustup target add x86_64-unknown-linux-musl
+RUN rustup target add ${TARGETS}
5
RUN cargo install cargo-chef cargo-sbom
0 commit comments