From ad9850e4c5fa4b8d6b7d0cb4c82049ecae19ccb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 1 Jan 2021 16:03:23 -0300 Subject: [PATCH] docker: enable for armv6l. Seems like a historical mistake that it wasn't enabled. Fixes #27604. --- srcpkgs/docker/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/docker/template b/srcpkgs/docker/template index 5141443fa5..823d471d21 100644 --- a/srcpkgs/docker/template +++ b/srcpkgs/docker/template @@ -29,7 +29,7 @@ checksum="b2ff08675738031b6d6d59a90226657c16726851957c11b5fb85a4598b933b92 depends+=" iptables xz git" nopie=yes nostrip=yes -archs="aarch64* armv7l* x86_64* ppc64le*" +archs="aarch64* armv[67]l* x86_64* ppc64le*" system_groups="docker" do_configure() {