From f3f676c88250ee9c00a695ab3165c3209fe77a60 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sun, 29 Jan 2023 21:35:50 -0600 Subject: [PATCH] Also exclude builds on 32-bit ARM architectures Signed-off-by: Michel Alexandre Salim --- rust-below-config.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-below-config.spec b/rust-below-config.spec index 2bc9078..504e5a0 100644 --- a/rust-below-config.spec +++ b/rust-below-config.spec @@ -17,7 +17,7 @@ Source: %{crates_source} Patch: below-config-fix-metadata.diff # below-btrfs is not available -ExcludeArch: %{ix86} +ExcludeArch: %{arm32} %{ix86} BuildRequires: rust-packaging >= 21