mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Use /build instead of deprecated /build.sh
This commit is contained in:
parent
7f79ffb409
commit
2529fee958
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user