spec: exclude i686 architecture
RHEL 8 doesn't have golang in the i686 buildroot anymore. Fedora doesn't have i686 images and kernel anymore. Also, osbuild-composer doesn't have support for building i686. Let's exclude i686 for these reasons, it's dead.
This commit is contained in:
parent
b5605642e3
commit
76c18566fc
2 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ Name: %{goname}
|
|||
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
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
License: ASL 2.0
|
||||
URL: %{gourl}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@ 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
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
License: ASL 2.0
|
||||
URL: %{gourl}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue