Skip to content

Commit

Permalink
Merge pull request #83 from getlipa/fix/broken-cross-android-builds
Browse files Browse the repository at this point in the history
Fix broken Android builds
  • Loading branch information
gcomte authored Mar 14, 2023
2 parents 231abdf + ce35b5f commit 7314367
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Temporary fix - Once we move to a newer cross version, this file can be removed.
# Checkout https://github.com/cross-rs/cross/issues/1217#issuecomment-1465167806 for details.
[target.aarch64-linux-android]
image = "ghcr.io/cross-rs/aarch64-linux-android:main"
[target.i686-linux-android]
image = "ghcr.io/cross-rs/i686-linux-android:main"
[target.x86_64-linux-android]
image = "ghcr.io/cross-rs/x86_64-linux-android:main"

0 comments on commit 7314367

Please sign in to comment.