From c17aa3720fbbc4033bd41a5986fc41af8e7b142e Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Wed, 16 Feb 2022 11:52:44 -0800 Subject: [PATCH] Fix build script (#12367) --- build-support/functions/20-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/functions/20-build.sh b/build-support/functions/20-build.sh index f878fb79eb..dff71a6bfe 100644 --- a/build-support/functions/20-build.sh +++ b/build-support/functions/20-build.sh @@ -326,7 +326,7 @@ function build_consul { -e CGO_ENABLED=0 \ -e GOLDFLAGS="${GOLDFLAGS}" \ -e GOTAGS="${GOTAGS}" \ - ${image_name} make linux + ${image_name} make linux) ret=$? if test $ret -eq 0