adjust build.sh commands

This commit is contained in:
saji 2024-07-27 23:02:08 -05:00
parent 0dc9d38d42
commit fa367e6436

View file

@ -1,6 +1,6 @@
#!/bin/bash
set +x
cross build --target aarch64-unknown-linux-gnu --release --features eink
cross build --target aarch64-unknown-linux-gnu --release
rsync -aczP target/aarch64-unknown-linux-gnu/release/pi-frame-server 192.168.0.185:
# scp target/aarch64-unknown-linux-gnu/debug/pi-frame-server 192.168.0.186:
ssh 192.168.0.185 ./pi-frame-server show
ssh 192.168.0.185 ./pi-frame-server serve