Skip to content

Commit

Permalink
ci: riscv: Use new official build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tblah committed Jul 16, 2020
1 parent 22dc71a commit 69c4c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/fetch-rust-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ case "$TARGET" in
x86_64-unknown-freebsd) image=dist-x86_64-freebsd ;;
x86_64-unknown-linux-gnu) image=dist-x86_64-linux ;;
x86_64-unknown-netbsd) image=dist-x86_64-netbsd ;;
riscv64gc-unknown-linux-gnu) image=dist-various-1 ;;
riscv64gc-unknown-linux-gnu) image=dist-riscv64-linux ;;
*) exit ;;
esac

Expand Down

0 comments on commit 69c4c38

Please sign in to comment.