Skip to content

Commit

Permalink
Made kdk binary build before docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwangmit01 authored and rtluckie committed Sep 20, 2018
1 parent e86e7cf commit 865ad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)' ./
Expand Down

0 comments on commit 865ad60

Please sign in to comment.