Browse Source

build: ensure 'make dev-docker' also produces a matching CLI binary at the same time (#15188)

pull/15196/head
R.B. Boyer 2 years ago committed by GitHub
parent
commit
218eb3e1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      GNUmakefile

2
GNUmakefile

@ -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…
Cancel
Save