Skip to content

Commit 13dfe35

Browse files
committed
fix(ci/fetch-rust-docker): update comments
1 parent ca1a732 commit 13dfe35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/fetch-rust-docker.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ LOCAL_DOCKER_TAG="rust-$TARGET"
1919
# The following is a mapping from `$TARGET`s to cached Docker images built from `Dockerfile`s under
2020
# <https://github.com/rust-lang/rust/blob/master/src/ci/docker/host-x86_64/>,
2121
# 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>.
22+
# <https://github.com/rust-lang/rust/blob/master/src/ci/docker/host-x86_64/dist-arm-linux-musl>.
2323
case "$TARGET" in
2424
aarch64-unknown-linux-gnu) image=dist-aarch64-linux ;;
2525
aarch64-unknown-linux-musl) image=dist-arm-linux-musl ;;

0 commit comments

Comments
 (0)