fix goOSversion typo

This commit is contained in:
openoms 2019-08-22 07:00:54 +01:00
parent ed45132e89
commit a004aef3ac
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,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

@ -19,7 +19,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"