mirror of https://github.com/milvus-io/milvus.git
Keep soft link to save docker image size (#6124)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/6128/head
parent
384f440dbf
commit
1d9c10bead
2
Makefile
2
Makefile
|
@ -133,7 +133,7 @@ docker: verifiers
|
|||
install: all
|
||||
@echo "Installing binary to './bin'"
|
||||
@mkdir -p $(GOPATH)/bin && cp -f $(PWD)/bin/milvus $(GOPATH)/bin/milvus
|
||||
@mkdir -p $(LIBRARY_PATH) && cp -f $(PWD)/internal/core/output/lib/* $(LIBRARY_PATH)
|
||||
@mkdir -p $(LIBRARY_PATH) && cp -P $(PWD)/internal/core/output/lib/* $(LIBRARY_PATH)
|
||||
@echo "Installation successful."
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in New Issue