Skip to content

Commit

Permalink
fix: add support to aarch64-linux-android
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Jan 23, 2024
1 parent b576069 commit 7669d72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ image = "ghcr.io/cross-rs/mips64-unknown-linux-gnuabi64:latest"
image = "ghcr.io/cross-rs/mips64el-unknown-linux-gnuabi64:latest"

[target.mipsel-unknown-linux-gnu]
image = "ghcr.io/cross-rs/mipsel-unknown-linux-gnu:latest"
image = "ghcr.io/cross-rs/mipsel-unknown-linux-gnu:latest"

[target.aarch64-linux-android]
image = "ghcr.io/cross-rs/aarch64-linux-android:edge"

0 comments on commit 7669d72

Please sign in to comment.