From ff8d52acc2e7500b406de3393531ee2627c93108 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 2 Nov 2021 09:32:25 +0100 Subject: Disable aarch64 due to build failures bugzilla.redhat.com/show_bug.cgi?id=2019160 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 16348ab..4e80db0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -41,7 +41,7 @@ ExcludeArch: armv7hl # Disabled due to # https://bugzilla.redhat.com/show_bug.cgi?id=2019160 %if 0%{?fedora} == 33 -%global create_debuginfo 0 +ExcludeArch: aarch64 %endif %ifarch armv7hl -- cgit