diff options
author | 2022-01-20 17:37:02 +0700 | |
---|---|---|
committer | 2022-01-20 18:10:07 +0700 | |
commit | 522368e8af6947ea0676f62bf1ae5f68acb2058d (patch) | |
tree | 6cd95f1be8a8fc4a15bd722ee8ecdc61136d9100 /Cross.toml | |
parent | 33d52b5770c54f485df8d23c62fdf2637b4bee43 (diff) | |
download | iced-522368e8af6947ea0676f62bf1ae5f68acb2058d.tar.gz iced-522368e8af6947ea0676f62bf1ae5f68acb2058d.tar.bz2 iced-522368e8af6947ea0676f62bf1ae5f68acb2058d.zip |
Build `todos` for Raspberry Pis in `build` workflow
Diffstat (limited to 'Cross.toml')
-rw-r--r-- | Cross.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ -[target.armv7-unknown-linux-gnueabihf] -image = "iced-rs/armv7" +[target.aarch64-unknown-linux-gnu] +image = "icedrs/iced:aarch64" xargo = false -[target.aarch64-unknown-linux-gnu] -image = "iced-rs/aarch64" -xargo = false
\ No newline at end of file +[target.armv7-unknown-linux-gnueabihf] +image = "icedrs/iced:armv7" +xargo = false |