1
Fork 0

updated cargo cross config

encoder builds for now (not pinning image)
This commit is contained in:
Andy Killorin 2025-02-03 14:37:27 -05:00
parent b012a83ee0
commit a7efcab3ce
Signed by: ank
GPG key ID: 23F9463ECB67FE8C
2 changed files with 4 additions and 2 deletions

2
encoder/Cross.toml Normal file
View file

@ -0,0 +1,2 @@
[target.armv7-unknown-linux-gnueabihf]
image = "ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:main"

View file

@ -1,3 +1,3 @@
deploy:
cross build --target=armv7-unknown-linux-gnueabihf
scp target/armv7-unknown-linux-gnueabihf/debug/northbridge cruise@pelican.dyn.wpi.edu:
cross build --target=armv7-unknown-linux-gnueabihf --release
scp target/armv7-unknown-linux-gnueabihf/release/northbridge cruise@pelican.dyn.wpi.edu: