Build todos for Raspberry Pis in build workflow
This commit is contained in:
parent
33d52b5770
commit
522368e8af
2 changed files with 31 additions and 5 deletions
10
Cross.toml
10
Cross.toml
|
|
@ -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
|
||||
[target.armv7-unknown-linux-gnueabihf]
|
||||
image = "icedrs/iced:armv7"
|
||||
xargo = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue