Browse Source

Fix build script (#12367)

pull/12368/head
Evan Culver 3 years ago committed by GitHub
parent
commit
c17aa3720f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build-support/functions/20-build.sh

2
build-support/functions/20-build.sh

@ -326,7 +326,7 @@ function build_consul {
-e CGO_ENABLED=0 \ -e CGO_ENABLED=0 \
-e GOLDFLAGS="${GOLDFLAGS}" \ -e GOLDFLAGS="${GOLDFLAGS}" \
-e GOTAGS="${GOTAGS}" \ -e GOTAGS="${GOTAGS}" \
${image_name} make linux ${image_name} make linux)
ret=$? ret=$?
if test $ret -eq 0 if test $ret -eq 0

Loading…
Cancel
Save