docker: Build for aarch64 as well

Docker can also be build for aarch64: Add this architecture

Signed-off-by: David Graeff <david.graeff@web.de>
This commit is contained in:
David Gräff 2019-11-13 02:14:47 +01:00 committed by Juan RP
parent 8e11869d8f
commit 9f37d4514f

View file

@ -19,7 +19,7 @@ depends+=" iptables xz git"
nopie=yes
nostrip=yes
nocross=yes
archs="armv7l* x86_64* ppc64le*"
archs="aarch64* armv7l* x86_64* ppc64le*"
system_groups="docker"
_docker_components="tini proxy dockercli"