Use /build instead of deprecated /build.sh

This commit is contained in:
Angus Lees 2021-01-19 12:10:29 +11:00
parent 7f79ffb409
commit 2529fee958

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}"