mirror of https://github.com/kubevela/kubevela.git
Fix: update build.mk (#6374)
Signed-off-by: caiqi <caiqi_yewu@cmss.chinamobile.com>
This commit is contained in:
parent
5f04812d06
commit
8b8c00fbba
|
@ -9,7 +9,7 @@ kubectl-vela:
|
|||
|
||||
# Build the docker image
|
||||
.PHONY: docker-build
|
||||
docker-build: docker-build-core docker-build-apiserver docker-build-cli
|
||||
docker-build: docker-build-core docker-build-cli
|
||||
@$(OK)
|
||||
|
||||
.PHONY: docker-build-core
|
||||
|
|
Loading…
Reference in New Issue