Use /build instead of deprecated /build.sh

release-3.5
Angus Lees 2021-01-19 12:10:29 +11:00
parent 7f79ffb409
commit 2529fee958
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ function main {
export GOARCH=${TARGET_ARCH}
pushd etcd >/dev/null
GO_LDFLAGS="-s" ./build
GO_LDFLAGS="-s" ./build.sh
popd >/dev/null
TARGET="etcd-${VER}-${GOOS}-${GOARCH}"