diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec
index 506aefe..0e2fbdf 100644
--- a/SPECS/buildah.spec
+++ b/SPECS/buildah.spec
@@ -25,10 +25,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl 
 
 Name: %{repo}
 Version: 1.11.6
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: A command line tool used for creating OCI Images
 License: ASL 2.0
 URL: https://%{name}.io
+# Build fails with: No matching package to install: 'golang >= 1.12.12-4' on i686
+ExcludeArch: i686
 Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
 Patch0: https://patch-diff.githubusercontent.com/raw/containers/buildah/pull/1996.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=1784952
@@ -127,6 +129,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
 %{_datadir}/%{name}/test
 
 %changelog
+* Thu Jul 16 2020 Jindrich Novy <jnovy@redhat.com> - 1.11.6-8
+- exclude i686 arch
+- Related: #1821193
+
 * Wed Apr 01 2020 Jindrich Novy <jnovy@redhat.com> - 1.11.6-7
 - fix "CVE-2020-10696 buildah: crafted input tar file may lead to local file overwriting during image build process"
 - Resolves: #1819393