build.sh 118 Bytes
#!/bin/bash

GOPATH=$PWD go get -v service-web && \
GOPATH=$PWD GOARCH=arm GOOS=linux go install service-web

exit $?