summaryrefslogtreecommitdiffstats
path: root/Cross.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cross.toml')
-rw-r--r--Cross.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cross.toml b/Cross.toml
index 92e51543..17cbf9c1 100644
--- a/Cross.toml
+++ b/Cross.toml
@@ -1,7 +1,7 @@
-[target.armv7-unknown-linux-gnueabihf]
-image = "iced-rs/armv7"
+[target.aarch64-unknown-linux-gnu]
+image = "icedrs/iced:aarch64"
xargo = false
-[target.aarch64-unknown-linux-gnu]
-image = "iced-rs/aarch64"
-xargo = false \ No newline at end of file
+[target.armv7-unknown-linux-gnueabihf]
+image = "icedrs/iced:armv7"
+xargo = false