mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
Fix build script (#12367)
This commit is contained in:
parent
154b781bc8
commit
c17aa3720f
@ -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…
x
Reference in New Issue
Block a user