mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
|
nopie=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
archs="armv7l* x86_64* ppc64le*"
|
archs="aarch64* armv7l* x86_64* ppc64le*"
|
||||||
system_groups="docker"
|
system_groups="docker"
|
||||||
|
|
||||||
_docker_components="tini proxy dockercli"
|
_docker_components="tini proxy dockercli"
|
||||||
|
|
Loading…
Add table
Reference in a new issue