Skip to content

Commit

Permalink
Merge pull request #6781 from dolthub/db/fix-stuff
Browse files Browse the repository at this point in the history
/go/utils/publishrelease/buildbinaries.sh: fix golang tag;
  • Loading branch information
coffeegoddd authored Oct 6, 2023
2 parents f49ef14 + 7907aa2 commit 2c1e708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/utils/publishrelease/buildbinaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd $script_dir/../..

[ ! -z "$GO_BUILD_VERSION" ] || (echo "Must supply GO_BUILD_VERSION"; exit 1)

docker run --rm -v `pwd`:/src golang:"$GO_BUILD_VERSION"-buster /bin/bash -c '
docker run --rm -v `pwd`:/src golang:"$GO_BUILD_VERSION"-bookworm /bin/bash -c '
set -e
set -o pipefail
apt-get update && apt-get install -y p7zip-full pigz
Expand Down

0 comments on commit 2c1e708

Please sign in to comment.