From cc32f3ffa054efa83677f41a8734294232d9e40e Mon Sep 17 00:00:00 2001 From: Palash Gandhi Date: Wed, 16 Oct 2024 17:42:09 -0700 Subject: [PATCH 1/2] Reintroduce fix from DLPX-87344 to build only with amd64 annotations --- debian.master/config/annotations | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 209a27759117..ed5438c3e59f 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -1,7 +1,7 @@ # Menu: HEADER # FORMAT: 4 -# ARCH: amd64 arm64 armhf ppc64el riscv64 s390x -# FLAVOUR: amd64-generic arm64-generic arm64-generic-64k armhf-generic ppc64el-generic riscv64-generic s390x-generic +# ARCH: amd64 +# FLAVOUR: amd64-generic CONFIG_ACCESSIBILITY policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y', 's390x': 'n'}> CONFIG_ACCESSIBILITY note<'LP: #1967702'> From 3826b9e90dcbc86a8481a50cb73b1b0087002ce1 Mon Sep 17 00:00:00 2001 From: Prakash Surya Date: Thu, 24 Apr 2025 12:47:41 -0700 Subject: [PATCH 2/2] Only build amd64 --- debian.aws/config/annotations | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.aws/config/annotations b/debian.aws/config/annotations index 40ee42ae9e82..62bcbff8ca77 100644 --- a/debian.aws/config/annotations +++ b/debian.aws/config/annotations @@ -1,7 +1,7 @@ # Menu: HEADER # FORMAT: 4 -# ARCH: amd64 arm64 -# FLAVOUR: amd64-aws arm64-aws +# ARCH: amd64 +# FLAVOUR: amd64-aws include "../../debian.master/config/annotations"