From 86c110812583d0132d6504a1e74eb0337f521fde Mon Sep 17 00:00:00 2001 From: carl-nokia <63672637+carl-nokia@users.noreply.github.com> Date: Fri, 13 Nov 2020 09:50:49 -0500 Subject: [PATCH] Enable arm architecture to build in addition to amd64 (#37) Co-authored-by: Carl Keene --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index e2e88573f007..4b6252ac4819 100644 --- a/debian/control +++ b/debian/control @@ -9,12 +9,12 @@ Section: net Package: sonic-mgmt-common Priority: extra -Architecture: amd64 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: SONiC Management Infrastructure Package: sonic-mgmt-common-codegen Priority: extra -Architecture: amd64 +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: SONiC Management Infrastructure generated code