mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
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.
2 lines
90 B
TOML
2 lines
90 B
TOML
[target.arm-unknown-linux-gnueabihf]
|
|
image = "zenria/cross:arm-rpi-4.9.3-linux-gnueabihf"
|