add PATH
Some checks failed
Build container images / build (push) Failing after 2m6s

This commit is contained in:
James Brumond 2023-11-02 23:30:17 -07:00
parent 4bc2b56ef3
commit a5cd5c8640
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -9,7 +9,8 @@ RUN apt install -y g++-mingw-w64-x86-64 \
g++-aarch64-linux-gnu libc6-dev-arm64-cross
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN . "$HOME/.cargo/env"
ENV PATH="$HOME/.cargo/bin:$PATH"
ENV CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc \
CC_armv7_unknown_Linux_gnueabihf=arm-linux-gnueabihf-gcc \