diff --git a/build/Makefile b/build/Makefile index a2ca0c0..5102dee 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,4 +1,4 @@ -.DEFAULT_GOAL := docker-push +.DEFAULT_GOAL := build GOOS=$(shell go env GOOS) GOARCH=$(shell go env GOARCH)