Browse Source

Update Makefile

Ileriayo Adebiyi 4 years ago
parent
commit
8202c669ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -192,7 +192,7 @@ serve-docs: ## Serve docs
 # ====================================================================================
 # ====================================================================================
 # Build Artifacts
 # Build Artifacts
 
 
-build.all: docker.build helm.build
+build.all: docker.build helm.build ## Build all artifacts (docker image, helm chart)
 
 
 docker.build: $(addprefix build-,$(ARCH)) ## Build the docker image
 docker.build: $(addprefix build-,$(ARCH)) ## Build the docker image
 	@$(INFO) docker build
 	@$(INFO) docker build