Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ba0c5ac

Browse files
committed
Move Dockerfile to the corresponding directory
1 parent 28767a1 commit ba0c5ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-arm-linux/Dockerfile renamed to src/ci/docker/host-aarch64/dist-arm-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN sh /scripts/rustbuild-setup.sh
1919
WORKDIR /tmp
2020

2121
COPY scripts/crosstool-ng-build.sh /scripts/
22-
COPY host-x86_64/dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
22+
COPY host-aarch64/dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
2323
RUN /scripts/crosstool-ng-build.sh
2424

2525
COPY scripts/sccache.sh /scripts/

0 commit comments

Comments
 (0)