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 ca1a732 commit 13dfe35Copy full SHA for 13dfe35
ci/fetch-rust-docker.bash
@@ -19,7 +19,7 @@ LOCAL_DOCKER_TAG="rust-$TARGET"
19
# The following is a mapping from `$TARGET`s to cached Docker images built from `Dockerfile`s under
20
# <https://github.com/rust-lang/rust/blob/master/src/ci/docker/host-x86_64/>,
21
# e.g. `FROM rust-aarch64-unknown-linux-musl` means the base `Dockerfile` to look at is located under
22
-# <https://github.com/rust-lang/rust/blob/master/src/ci/docker/host-x86_64/dist-arm-linux>.
+# <https://github.com/rust-lang/rust/blob/master/src/ci/docker/host-x86_64/dist-arm-linux-musl>.
23
case "$TARGET" in
24
aarch64-unknown-linux-gnu) image=dist-aarch64-linux ;;
25
aarch64-unknown-linux-musl) image=dist-arm-linux-musl ;;
0 commit comments