mirror of https://github.com/status-im/consul.git
build: ensure 'make dev-docker' also produces a matching CLI binary at the same time (#15188)
This commit is contained in:
parent
87581a223f
commit
218eb3e1ea
|
@ -153,7 +153,7 @@ dev-build:
|
|||
rm -f ./bin/consul
|
||||
cp ${MAIN_GOPATH}/bin/consul ./bin/consul
|
||||
|
||||
dev-docker: linux
|
||||
dev-docker: linux dev-build
|
||||
@echo "Pulling consul container image - $(CONSUL_IMAGE_VERSION)"
|
||||
@docker pull consul:$(CONSUL_IMAGE_VERSION) >/dev/null
|
||||
@echo "Building Consul Development container - $(CONSUL_DEV_IMAGE)"
|
||||
|
|
Loading…
Reference in New Issue