From 865ad60bba15c39e5e55309ddb53c8d776cbfef6 Mon Sep 17 00:00:00 2001 From: David C Wang Date: Thu, 20 Sep 2018 02:39:39 +0000 Subject: [PATCH] Made kdk binary build before docker image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4808f1..8c6ce00 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ deps: ## Ensure dependencies are installed gofmt: ## Format all golang code gofmt -w -s $$(find ./cmd ./pkg -type f -name '*.go') -ci: checks docker-build bin-build docker-push bin-push ## Run the CICD build, and publish depending on circumstances +ci: checks bin-build docker-build docker-push bin-push ## Run the CICD build, and publish depending on circumstances build: check-go deps ## Build locally for local os/arch creating bin in ./ GOBIN=$(BINDIR) $(GO) install $(GOFLAGS) -tags '$(TAGS)' -ldflags '$(LDFLAGS)' ./