mirror of https://github.com/hashicorp/consul
Use the `gox` binary found in a user's $PATH, which we assume includes
$GOPATH/bin/ Fixes: 2110pull/2096/merge
parent
6687ce1abf
commit
0180f20352
|
@ -37,7 +37,7 @@ fi
|
|||
|
||||
# Build!
|
||||
echo "==> Building..."
|
||||
$GOPATH/bin/gox \
|
||||
"`which gox`" \
|
||||
-os="${XC_OS}" \
|
||||
-arch="${XC_ARCH}" \
|
||||
-osarch="!darwin/arm" \
|
||||
|
|
Loading…
Reference in New Issue