1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Update Makefile

This commit is contained in:
Ileriayo Adebiyi 2021-10-25 22:12:11 +01:00
parent 1c9e2ba949
commit 8202c669ea

View file

@ -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