rename publishrelease.sh and remove unsupported builds

This commit is contained in:
Oscar Batori
2020-05-04 18:44:04 -07:00
parent 92fb784d08
commit 69fe5d3a4b

View File

@@ -9,11 +9,11 @@ cd $script_dir/../..
docker run --rm -v `pwd`:/src golang:1.14.2-buster /bin/bash -c '
set -e
set -o pipefail
apt-get update && apt-get install -y zip
apt-get update && apt-get install -y zip curl
cd /src
BINS="dolt git-dolt git-dolt-smudge"
OSES="windows linux darwin"
ARCHS="386 amd64"
ARCHS="amd64"
for os in $OSES; do
for arch in $ARCHS; do