mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
use cargo cross
The problems I had using podman were resolved by realizing that ubuntu-latest does not actually mean the latest version of Ubuntu (for now) so explicitly stating the Ubuntu version, installing podman works fine and can build binaries for Raspberry Pi properly.
This commit is contained in:
parent
cd821a32c1
commit
3089a4034a
4 changed files with 14 additions and 18 deletions
2
Cross.toml
Normal file
2
Cross.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[target.arm-unknown-linux-gnueabihf]
|
||||
image = "zenria/cross:arm-rpi-4.9.3-linux-gnueabihf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue