mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 20:05:09 +00:00
Use the gox
binary found in a user's $PATH, which we assume includes
$GOPATH/bin/ Fixes: 2110
This commit is contained in:
parent
6687ce1abf
commit
0180f20352
@ -37,7 +37,7 @@ fi
|
|||||||
|
|
||||||
# Build!
|
# Build!
|
||||||
echo "==> Building..."
|
echo "==> Building..."
|
||||||
$GOPATH/bin/gox \
|
"`which gox`" \
|
||||||
-os="${XC_OS}" \
|
-os="${XC_OS}" \
|
||||||
-arch="${XC_ARCH}" \
|
-arch="${XC_ARCH}" \
|
||||||
-osarch="!darwin/arm" \
|
-osarch="!darwin/arm" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user