diff --git a/Makefile b/Makefile index cbe36e1..49a7943 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ test: go test -cover ./... deploy-service: test - go build -o gte-daemon ./cmd/daemon/service.go - scp gte-daemon ewintr.nl:/home/erik/bin/gte-daemon - ssh ewintr.nl /home/erik/bin/deploy-gte-daemon.sh + GOARCH=386 go build -o gte-daemon ./cmd/daemon/service.go + scp gte-daemon wittekastje:/home/erik/bin/gte-daemon + ssh wittekastje /home/erik/bin/deploy-gte-daemon.sh install-cli: test go build -o gte ./cmd/cli/main.go