mirror of https://github.com/hashicorp/consul
Merge pull request #1636 from zenware/master
Fix Already Closed Issue #1488 "Unable to find gox"pull/1547/merge
commit
a897a7189b
|
@ -38,7 +38,7 @@ fi
|
|||
|
||||
# Build!
|
||||
echo "==> Building..."
|
||||
gox \
|
||||
$GOPATH/bin/gox \
|
||||
-os="${XC_OS}" \
|
||||
-arch="${XC_ARCH}" \
|
||||
-ldflags "-X main.GitCommit ${GIT_COMMIT}${GIT_DIRTY} -X main.GitDescribe ${GIT_DESCRIBE}" \
|
||||
|
|
Loading…
Reference in New Issue