diff options
Diffstat (limited to 'Cross.toml')
-rw-r--r-- | Cross.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cross.toml b/Cross.toml new file mode 100644 index 00000000..a3675817 --- /dev/null +++ b/Cross.toml @@ -0,0 +1,7 @@ +[target.aarch64-unknown-linux-gnu] +image = "ghcr.io/iced-rs/aarch64:latest" +xargo = false + +[target.armv7-unknown-linux-gnueabihf] +image = "ghcr.io/iced-rs/armv7:latest" +xargo = false |