docker: enable for armv6l.
Seems like a historical mistake that it wasn't enabled. Fixes #27604.
This commit is contained in:
parent
502357f146
commit
ad9850e4c5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ checksum="b2ff08675738031b6d6d59a90226657c16726851957c11b5fb85a4598b933b92
|
||||||
depends+=" iptables xz git"
|
depends+=" iptables xz git"
|
||||||
nopie=yes
|
nopie=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
archs="aarch64* armv7l* x86_64* ppc64le*"
|
archs="aarch64* armv[67]l* x86_64* ppc64le*"
|
||||||
system_groups="docker"
|
system_groups="docker"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Reference in a new issue