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:
parent
8e11869d8f
commit
9f37d4514f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue