summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-09-09 14:42:36 +0200
committerWim <wim@42.be>2017-09-09 14:42:45 +0200
commit0c94186818504d8993b7c10ef758de3b4e5d7df4 (patch)
treefa5f127c4a7e834c19ba2da5afae05f69537b899
parent90397200132e3e93d6a7b7c30abad62cd13f83ce (diff)
downloadmatterbridge-msglm-0c94186818504d8993b7c10ef758de3b4e5d7df4.tar.gz
matterbridge-msglm-0c94186818504d8993b7c10ef758de3b4e5d7df4.tar.bz2
matterbridge-msglm-0c94186818504d8993b7c10ef758de3b4e5d7df4.zip
Add darwin-amd64 to nightly builds
-rwxr-xr-xci/bintray.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/bintray.sh b/ci/bintray.sh
index e5cbcdb7..c4bf4846 100755
--- a/ci/bintray.sh
+++ b/ci/bintray.sh
@@ -2,9 +2,10 @@
go version |grep go1.9 || exit
VERSION=$(git describe --tags)
mkdir ci/binaries
-GOOS=windows GOARCH=amd64 go build -ldflags "-s -w -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o ci/binaries/matterbridge-$VERSION-win64.exe
-GOOS=linux GOARCH=amd64 go build -ldflags "-s -w -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o ci/binaries/matterbridge-$VERSION-linux64
+GOOS=windows GOARCH=amd64 go build -ldflags "-s -w -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o ci/binaries/matterbridge-$VERSION-windows-amd64.exe
+GOOS=linux GOARCH=amd64 go build -ldflags "-s -w -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o ci/binaries/matterbridge-$VERSION-linux-amd64
GOOS=linux GOARCH=arm go build -ldflags "-s -w -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o ci/binaries/matterbridge-$VERSION-linux-arm
+GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o ci/binaries/matterbridge-$VERSION-darwin-amd64
cd ci
cat > deploy.json <<EOF
{