Update the target docker in Makefile (#9469)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/9511/head
Xiangyu Wang 2021-10-08 19:30:58 +08:00 committed by GitHub
parent ac35aa7e34
commit 2eabcd8ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -133,8 +133,10 @@ codecov-cpp: build-cpp-with-unittest
@echo "Running cpp coverage..."
@(env bash $(PWD)/scripts/run_cpp_codecov.sh)
#TODO: build each component to docker
docker: verifiers
# Package docker image locally.
# TODO: fix error occur at starting up
docker: install
./build/build_image.sh
# Build each component and install binary to $GOPATH/bin.
install: all