Update the target docker in Makefile (#9469)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
This commit is contained in:
Xiangyu Wang
2021-10-08 19:30:58 +08:00
committed by GitHub
parent ac35aa7e34
commit 2eabcd8ebe
+4 -2
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