Skip to content

Commit 2c050e4

Browse files
committed
fix targets
Signed-off-by: Avi Deitcher <[email protected]>
1 parent 2d4265a commit 2c050e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG RUST_VERSION=1.80.1
22
FROM rust:${RUST_VERSION}-alpine3.19
33
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
4+
RUN rustup target add ${TARGETS}
55
RUN cargo install cargo-chef cargo-sbom

0 commit comments

Comments
 (0)