Ver Fonte

Update Makefile

Ileriayo Adebiyi há 4 anos atrás
pai
commit
8202c669ea
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -192,7 +192,7 @@ serve-docs: ## Serve docs
 # ====================================================================================
 # 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
 	@$(INFO) docker build