diff options
author | 2022-01-26 21:22:54 +0700 | |
---|---|---|
committer | 2022-01-26 21:22:54 +0700 | |
commit | c75ed37148b019358b0297171cf31b2577eeb9ae (patch) | |
tree | 881bb49952655fae06b38887f44e2acd544fecd3 /Cross.toml | |
parent | 3b95450c9d6181d13424586dc1dd6ac823a11973 (diff) | |
download | iced-c75ed37148b019358b0297171cf31b2577eeb9ae.tar.gz iced-c75ed37148b019358b0297171cf31b2577eeb9ae.tar.bz2 iced-c75ed37148b019358b0297171cf31b2577eeb9ae.zip |
Rely on GHCR instead of Docker Hub in `Cross.toml`
Diffstat (limited to 'Cross.toml')
-rw-r--r-- | Cross.toml | 4 |
1 files changed, 2 insertions, 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 |