"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "scripts/build-binary" between
etcd-3.5.5.tar.gz and etcd-3.5.6.tar.gz

About: etcd is a distributed reliable key-value store for the most critical data of a distributed system (written in "Go").

build-binary  (etcd-3.5.5):build-binary  (etcd-3.5.6)
skipping to change at line 88 skipping to change at line 88
fi fi
if [ ${GOOS} == "darwin" ]; then if [ ${GOOS} == "darwin" ]; then
TARGET_ARCHS+=("arm64") TARGET_ARCHS+=("arm64")
fi fi
for TARGET_ARCH in "${TARGET_ARCHS[@]}"; do for TARGET_ARCH in "${TARGET_ARCHS[@]}"; do
export GOARCH=${TARGET_ARCH} export GOARCH=${TARGET_ARCH}
pushd etcd >/dev/null pushd etcd >/dev/null
GO_LDFLAGS="-s" ./build.sh GO_LDFLAGS="-s -w" ./build.sh
popd >/dev/null popd >/dev/null
TARGET="etcd-${VER}-${GOOS}-${GOARCH}" TARGET="etcd-${VER}-${GOOS}-${GOARCH}"
mkdir "${TARGET}" mkdir "${TARGET}"
package "${TARGET}" "${proj}" package "${TARGET}" "${proj}"
if [ ${GOOS} == "linux" ]; then if [ ${GOOS} == "linux" ]; then
${tarcmd} cfz "${TARGET}.tar.gz" "${TARGET}" ${tarcmd} cfz "${TARGET}.tar.gz" "${TARGET}"
echo "Wrote release/${TARGET}.tar.gz" echo "Wrote release/${TARGET}.tar.gz"
else else
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)