Skip to content

Commit

Permalink
Auto merge of #460 - JustForFun88:fix_cross, r=Amanieu
Browse files Browse the repository at this point in the history
Temporary fix `cross` and `CI`

Didn't find a better way. Can delete this file after a new version of `cross` is released
  • Loading branch information
bors committed Aug 27, 2023
2 parents bb6521e + c6723a9 commit f59eeac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[target.x86_64-unknown-linux-gnu]
image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main"

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

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

[target.armv7-unknown-linux-gnueabihf]
image = "ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:main"

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

[target.thumbv6m-none-eabi]
image = "ghcr.io/cross-rs/thumbv6m-none-eabi:main"

0 comments on commit f59eeac

Please sign in to comment.