Rely on GHCR instead of Docker Hub in Cross.toml

This commit is contained in:
Héctor Ramón Jiménez 2022-01-26 21:22:54 +07:00
parent 3b95450c9d
commit c75ed37148
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -1,7 +1,7 @@
[target.aarch64-unknown-linux-gnu] [target.aarch64-unknown-linux-gnu]
image = "icedrs/iced:aarch64" image = "ghcr.io/iced-rs/aarch64:latest"
xargo = false xargo = false
[target.armv7-unknown-linux-gnueabihf] [target.armv7-unknown-linux-gnueabihf]
image = "icedrs/iced:armv7" image = "ghcr.io/iced-rs/armv7:latest"
xargo = false xargo = false