Merge pull request #731 from openoms/v1.3RC5

fix goOSversion typo
This commit is contained in:
Christian Rotzoll 2019-08-27 17:17:36 +02:00 committed by GitHub
commit 115a42cc9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ goInstalled=$(go version 2>/dev/null | grep -c 'go')
if [ ${goInstalled} -eq 0 ];then
goVersion="1.12.8"
if [ ${isARM} -eq 1 ] ; then
goOSversion="armv6l"
goOSversion="armv7l"
fi
if [ ${isAARCH64} -eq 1 ] ; then
goOSversion="arm64"

View file

@ -25,7 +25,7 @@ goInstalled=$(go version 2>/dev/null | grep -c 'go')
if [ ${goInstalled} -eq 0 ];then
goVersion="1.12.8"
if [ ${isARM} -eq 1 ] ; then
goOSversion="armv6l"
goOSversion="armv7l"
fi
if [ ${isAARCH64} -eq 1 ] ; then
goOSversion="arm64"