build-style/go.sh: support armv5* as well

This commit is contained in:
Jürgen Buchmüller 2020-04-01 10:23:05 +02:00
parent df80a35e37
commit c7891063fb
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,5 @@
if [ -z "$archs" ]; then
archs="aarch64* armv[67]* i686* x86_64* ppc64le*"
archs="aarch64* armv[567]* i686* x86_64* ppc64le*"
fi
hostmakedepends+=" go"
nostrip=yes