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 c03b758 commit 149caaeCopy full SHA for 149caae
Dockerfile
@@ -1,6 +1,6 @@
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
+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 ${TARGETS}
5
6
# needed for cargo-chef and cargo-sbom, as well as many other compilations
0 commit comments