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