Skip to content

Commit 9570ab7

Browse files
authored
Merge pull request #78 from mbaldessari/localbuildtip
Small help with custom builds
2 parents 68ef701 + e2627fe commit 9570ab7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ TESTCOMMAND := "set -e; echo '* Helm: '; helm version; \
3131
.PHONY: help
3232
help: ## Help
3333
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^(\s|[a-zA-Z_0-9-])+:.*?##/ { printf " \033[36m%-35s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
34+
@echo -e "\nCustom build+upload with: make UPLOADREGISTRY=quay.io/foo TAG=testme build upload\n"
3435

3536
##@ Build-related tasks
3637
.PHONY: build

0 commit comments

Comments
 (0)