From 7548f710a715313d13401b07c8fd778139ccfb53 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 10 Nov 2021 18:09:24 -0500 Subject: [PATCH] use docker proto everywhere --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d1530f76..67cd872f3 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ endif LD_FLAGS = -X github.com/tendermint/tendermint/version.TMVersion=$(VERSION) BUILD_FLAGS = -mod=readonly -ldflags "$(LD_FLAGS)" HTTPS_GIT := https://github.com/tendermint/tendermint.git -DOCKER_BUF := docker run -v $(shell pwd):/workspace --workdir /workspace tendermintdev/docker-build-proto +DOCKER_PROTO_BUILDER := docker run -v $(shell pwd):/workspace --workdir /workspace tendermintdev/docker-build-proto CGO_ENABLED ?= 0 # handle nostrip