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 <thozza@redhat.com>
This commit is contained in:
parent
cac3fa10db
commit
46b8a2e977
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue