git://git.halfball.org
/
plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a714098
)
If we're on OS X then have Go cross compile for us
author
Aaron Wood
<aaronjwood@gmail.com>
Thu, 20 Jul 2017 16:03:30 +0000
(12:03 -0400)
committer
Aaron Wood
<aaronjwood@gmail.com>
Thu, 20 Jul 2017 16:03:30 +0000
(12:03 -0400)
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index
9e816d2
..
cd21ba8
100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-1,6
+1,10
@@
#!/usr/bin/env bash
set -e
+if [ "$(uname)" == "Darwin" ]; then
+ export GOOS=linux
+fi
+
ORG_PATH="github.com/containernetworking"
export REPO_PATH="${ORG_PATH}/plugins"