pi-frame-server/build.sh

7 lines
277 B
Bash
Raw Normal View History

2024-07-02 15:57:29 +00:00
#!/bin/bash
set +x
2024-07-03 23:33:04 +00:00
cross build --target aarch64-unknown-linux-gnu --release
rsync -aczP target/aarch64-unknown-linux-gnu/release/pi-frame-server 192.168.0.186:
2024-07-02 15:57:29 +00:00
# scp target/aarch64-unknown-linux-gnu/debug/pi-frame-server 192.168.0.186:
ssh 192.168.0.186 ./pi-frame-server load