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:
parent
1c9e2ba949
commit
8202c669ea
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||||
|
|
Loading…
Reference in a new issue