diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index d9814d9..92a9a35 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -61,7 +61,7 @@ Release: 1%{?dist}
 
 # cockpit-kubernetes is RHEL 7 and Fedora < 30 only, and 64 bit arches only
 %if (0%{?fedora} && 0%{?fedora} < 30) || (0%{?rhel} >= 7 && 0%{?rhel} < 8)
-%ifarch aarch64 x86_64 ppc64le s390x
+%ifarch aarch64 x86_64 ppc64le s390x %{arm} %{ix86}
 %define build_kubernetes 1
 %endif
 %endif