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