Skip to content

Commit

Permalink
Add mipsabi64 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Apr 5, 2024
1 parent d17c772 commit 51567db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RUN rustup target add x86_64-unknown-linux-musl && \
rustup target add mips-unknown-linux-musl && \
rustup target add mipsel-unknown-linux-musl && \
rustup target add mips64-unknown-linux-gnuabi64 && \
rustup target add mips64-unknown-linux-muslabi64 && \
rustup target add arm-unknown-linux-musleabi

# Now we can use a cargo/.config with something like the following (as seen in the vpn package)
Expand Down

0 comments on commit 51567db

Please sign in to comment.