build.sh 104 Bytes edit raw blame history 1 2 3 4 #!/bin/bash GOPATH=$PWD go get -v service-web GOPATH=$PWD GOARCH=arm GOOS=linux go install service-web