Skip to content

Commit

Permalink
fix the "version `GLIBC_2.32' not found" problem
Browse files Browse the repository at this point in the history
  • Loading branch information
suxb201 committed Mar 2, 2023
1 parent 865937d commit 25876aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dist() {
echo "try build GOOS=$1 GOARCH=$2"
export GOOS=$g
export GOARCH=$a
export CGO_ENABLED=0
go build -v -trimpath -o "$BIN_DIR/redis-shake" "./cmd/redis-shake"
unset GOOS
unset GOARCH
Expand Down

0 comments on commit 25876aa

Please sign in to comment.