Skip to content

Commit

Permalink
fix cross image
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbaque committed Aug 13, 2024
1 parent 7e43dd1 commit 04ab054
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@ pre-build = [
]

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

[target.x86_64-unknown-linux-musl]
image = ":main"
image = "ghcr.io/cross-rs/x86_64-unknown-linux-musl:edge"

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

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

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

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

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

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

[target.x86_64-pc-windows-gnu]
image = ":main"
image = "ghcr.io/cross-rs/x86_64-pc-windows-gnu:edge"

[target.x86_64-pc-windows-msvc]
image = ":main"
image = "ghcr.io/cross-rs/x86_64-pc-windows-msvc:edge"

[target.x86_64-apple-darwin]
image = ":main"
image = "ghcr.io/cross-rs/x86_64-apple-darwin:edge"

[target.aarch64-apple-darwin]
image = ":main"
image = "ghcr.io/cross-rs/aarch64-apple-darwin:edge"

0 comments on commit 04ab054

Please sign in to comment.