blob: 2891721770a98e838c731e4c4192edb6c708bc67 [file] [log] [blame]
include ../kube/kube.mk
.PHONY: datahopper
datahopper:
CGO_ENABLED=0 GOOS=linux go install -a ./go/datahopper
.PHONY: all
all: datahopper
.PHONY: release
release: datahopper
./build_release
.PHONY: push
push: release pushk
pushk --message="$(MESSAGE)" --use-temp-checkout datahopper