inky-ticker/Cross.toml

4 lines
198 B
TOML
Raw Permalink Normal View History

2022-08-02 19:50:40 +00:00
[target.arm-unknown-linux-gnueabihf]
2023-06-06 17:52:26 +00:00
pre-build = ["dpkg --add-architecture armhf && apt-get update && apt-get install --assume-yes libssl-dev:armhf"]
2022-08-02 19:50:40 +00:00
image = "rustcross/arm-unknown-linux-gnueabihf"