Skip to content

Commit

Permalink
Fix target toolchain for linux-arm docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Apr 18, 2023
1 parent b154628 commit 31ff90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/dockerfiles/arm-linux-gnueabihf.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && ./make.sh pkg_install_deps
RUN export DEBIAN_FRONTEND=noninteractive && ./make.sh pkg_install_rust
RUN export DEBIAN_FRONTEND=noninteractive && ./make.sh pkg_install_deps_armhf
ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup target add arm-unknown-linux-gnueabihf
RUN rustup target add armv7-unknown-linux-gnueabihf

COPY . .
RUN ./make.sh clean-depends && ./make.sh build-deps
Expand Down

0 comments on commit 31ff90f

Please sign in to comment.