master
bel 2022-08-12 23:16:35 -06:00
parent 02d9e76f26
commit 567379a6f1
1 changed files with 1 additions and 0 deletions

1
build.sh Normal file
View File

@ -0,0 +1 @@
GOOS=linux GOARCH=arm GOARM=5 CGO_ENABLED=0 go build -a -installsuffix cgo && scp ./mfproxy pi@192.168.0.124:/opt/mfproxy/mfproxy.arm.bin && ssh pi@192.168.0.124