Merge pull request #11243 from YoyinZyc/automated-cherry-pick-of-#11237-origin-release-3.4

Automated cherry pick of #11237
This commit is contained in:
Gyuho Lee 2019-10-11 12:38:10 -07:00 committed by GitHub
commit c3dc994567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,8 @@ function main {
tarcmd=tar
if [[ $(go env GOOS) == "darwin" ]]; then
tarcmd=gtar
echo "Please use linux machine for release builds."
exit 1
fi
for os in darwin windows linux; do