Skip to content

Commit 76f9d6a

Browse files
committed
Install arm rust target too
1 parent 531e4b3 commit 76f9d6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.GPU-buster-cross-sbsa

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ RUN dpkg --add-architecture arm64; \
2525
rm -rf /var/lib/apt/lists/*; \
2626
curl https://sh.rustup.rs -sSf | \
2727
sh -s -- --default-toolchain stable -y; \
28+
rustup target add \
29+
x86_64-unknown-linux-gnu \
30+
aarch64-unknown-linux-gnu; \
2831
curl https://apt.llvm.org/llvm.sh -sSf | \
2932
bash -s -- 20; \
3033
echo "set(CMAKE_SYSTEM_NAME Linux)" > /opt/toolchain.cmake; \

0 commit comments

Comments
 (0)