Skip to content

Commit 7bacc1c

Browse files
committed
spec: Use ExclusiveArch for supported architectures
Only build RPM packages for x86_64 and aarch64, which are the architectures with full support and testing. This prevents build failures on ppc64le/s390x where the unit tests fail. This doesn't block developers from building with cargo on any architecture for local experimentation. Signed-off-by: gursewak1997 <gursmangat@gmail.com>
1 parent d4be493 commit 7bacc1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/packaging/bcvk.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ URL: https://github.com/bootc-dev/bcvk
1111
Source0: %{url}/releases/download/v%{version}/bcvk-%{version}.tar.zstd
1212
Source1: %{url}/releases/download/v%{version}/bcvk-%{version}-vendor.tar.zstd
1313

14-
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
15-
ExcludeArch: %{ix86}
14+
# Only build for architectures with full support and testing
15+
ExclusiveArch: x86_64 aarch64
1616

1717
Requires: binutils
1818
Requires: openssh-clients

0 commit comments

Comments
 (0)