From 46b8a2e977b31f718034955cb4e41a3c258a8fda Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Fri, 8 Oct 2021 17:40:44 +0200 Subject: [PATCH] SPEC: Exclude `armv7hl` architecture Exclude the `armv7hl` architecture, since osbuild-composer does not support building images for it. Fix #1839 Signed-off-by: Tomas Hozza --- osbuild-composer.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/osbuild-composer.spec b/osbuild-composer.spec index be8e598f4..ddf21f1da 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -20,9 +20,8 @@ Name: osbuild-composer Release: 1%{?dist} Summary: An image building service based on osbuild -# osbuild-composer doesn't have support for building i686 images -# and also RHEL and Fedora has now only limited support for this arch. -ExcludeArch: i686 +# osbuild-composer doesn't have support for building i686 and armv7hl images +ExcludeArch: i686 armv7hl # Upstream license specification: Apache-2.0 License: ASL 2.0