Rely on GHCR instead of Docker Hub in Cross.toml
This commit is contained in:
parent
3b95450c9d
commit
c75ed37148
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[target.aarch64-unknown-linux-gnu]
|
||||
image = "icedrs/iced:aarch64"
|
||||
image = "ghcr.io/iced-rs/aarch64:latest"
|
||||
xargo = false
|
||||
|
||||
[target.armv7-unknown-linux-gnueabihf]
|
||||
image = "icedrs/iced:armv7"
|
||||
image = "ghcr.io/iced-rs/armv7:latest"
|
||||
xargo = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue