We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cross.toml
1 parent 3b95450 commit c75ed37Copy full SHA for c75ed37
Cross.toml
@@ -1,7 +1,7 @@
1
[target.aarch64-unknown-linux-gnu]
2
-image = "icedrs/iced:aarch64"
+image = "ghcr.io/iced-rs/aarch64:latest"
3
xargo = false
4
5
[target.armv7-unknown-linux-gnueabihf]
6
-image = "icedrs/iced:armv7"
+image = "ghcr.io/iced-rs/armv7:latest"
7
0 commit comments