aboutsummaryrefslogtreecommitdiff
path: root/dashboard/cmd/coordinator/Makefile
blob: d004fa814c890514dc10f952c8cd621526b57a7c (plain)
1
2
3
4
5
6
7
8
9
coordinator: coordinator.go
	GOOS=linux go build --tags=extdep -o coordinator .

# After "make upload", either reboot the machine, or ssh to it and:
#   sudo systemctl restart gobuild.service
# And watch its logs with:
#   sudo journalctl -f -u gobuild.service
upload: coordinator
	cat coordinator | (cd ../upload && go run upload.go --public go-builder-data/coordinator)