mirror of https://github.com/milvus-io/milvus.git
Update the target docker in Makefile (#9469)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/9511/head
parent
ac35aa7e34
commit
2eabcd8ebe
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue