Skip to content

Commit c75ed37

Browse files
committed
Rely on GHCR instead of Docker Hub in Cross.toml
1 parent 3b95450 commit c75ed37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cross.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[target.aarch64-unknown-linux-gnu]
2-
image = "icedrs/iced:aarch64"
2+
image = "ghcr.io/iced-rs/aarch64:latest"
33
xargo = false
44

55
[target.armv7-unknown-linux-gnueabihf]
6-
image = "icedrs/iced:armv7"
6+
image = "ghcr.io/iced-rs/armv7:latest"
77
xargo = false

0 commit comments

Comments
 (0)