We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22dc71a commit 69c4c38Copy full SHA for 69c4c38
ci/fetch-rust-docker.bash
@@ -32,7 +32,7 @@ case "$TARGET" in
32
x86_64-unknown-freebsd) image=dist-x86_64-freebsd ;;
33
x86_64-unknown-linux-gnu) image=dist-x86_64-linux ;;
34
x86_64-unknown-netbsd) image=dist-x86_64-netbsd ;;
35
- riscv64gc-unknown-linux-gnu) image=dist-various-1 ;;
+ riscv64gc-unknown-linux-gnu) image=dist-riscv64-linux ;;
36
*) exit ;;
37
esac
38
0 commit comments