From 63bb373e46b01648dc501d94aea05374d982a059 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 4 Sep 2017 16:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E6=AD=A5=E5=AE=8C=E6=88=90gluster0.6?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - crossbuild.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 213eb4ae1..2e4b5425a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,4 @@ log/ composer.lock gitpush.sh pkg/ -bin/ cbuild diff --git a/crossbuild.sh b/crossbuild.sh index 7b52cb966..88b758938 100644 --- a/crossbuild.sh +++ b/crossbuild.sh @@ -2,7 +2,7 @@ # 生成交叉编译的可执行文件cbuild go build src/gapp/cbuild/cbuild.go # 开始交叉编译gluster -#./cbuild src/gapp/gluster/gluster.go --name=gluster --version=0.6 --arch=386,amd64 --os=linux,windows,darwin,freebsd,openbsd -./cbuild src/gapp/gluster/gluster.go --name=gluster --version=0.6 --arch=386,amd64 --os=linux,windows +./cbuild src/gapp/gluster/gluster.go --name=gluster --version=lastest +#./cbuild src/gapp/gluster/gluster.go --name=gluster --version=0.6 --arch=386,amd64 --os=linux,windows # 删除临时可文件 rm cbuild \ No newline at end of file