updated cargo cross config
encoder builds for now (not pinning image)
This commit is contained in:
parent
b012a83ee0
commit
a7efcab3ce
2 changed files with 4 additions and 2 deletions
2
encoder/Cross.toml
Normal file
2
encoder/Cross.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[target.armv7-unknown-linux-gnueabihf]
|
||||||
|
image = "ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf:main"
|
|
@ -1,3 +1,3 @@
|
||||||
deploy:
|
deploy:
|
||||||
cross build --target=armv7-unknown-linux-gnueabihf
|
cross build --target=armv7-unknown-linux-gnueabihf --release
|
||||||
scp target/armv7-unknown-linux-gnueabihf/debug/northbridge cruise@pelican.dyn.wpi.edu:
|
scp target/armv7-unknown-linux-gnueabihf/release/northbridge cruise@pelican.dyn.wpi.edu:
|
||||||
|
|
Loading…
Reference in a new issue