Fix build script (#12367)

This commit is contained in:
Evan Culver 2022-02-16 11:52:44 -08:00 committed by GitHub
parent 18096fd2fb
commit 3984d82e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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