Skip to content

Commit

Permalink
Merge pull request #7 from rehosting/add_aarch64
Browse files Browse the repository at this point in the history
Add aarch64 to rust
  • Loading branch information
lacraig2 authored May 20, 2024
2 parents 51567db + 01042f9 commit 9d62662
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 @@ -60,6 +60,7 @@ RUN rustup target add x86_64-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 && \
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 9d62662

Please sign in to comment.