blob: 0540e1c0eef9b88aa8a7829932d320c3554efd8f [file] [log] [blame]
.PHONY: build release push
build:
go install ./go/...
release:
CGO_ENABLED=0 GOOS=linux go install -a ./go/notifier
./build_docker_release
push:
pushk notifier