build-style/go.sh: support armv5* as well
This commit is contained in:
parent
df80a35e37
commit
c7891063fb
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue