mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 16:12:39 -06:00
rename publishrelease.sh and remove unsupported builds
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user