未验证 提交 2eabcd8e 编写于 作者: X Xiangyu Wang 提交者: GitHub

Update the target docker in Makefile (#9469)

Signed-off-by: NXiangyu Wang <xiangyu.wang@zilliz.com>
上级 ac35aa7e
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册