From 2bafadda37ac9914e87f00c0719c52d0b1985c0f Mon Sep 17 00:00:00 2001 From: Bradley G Smith Date: Thu, 23 Jul 2026 09:38:03 -0700 Subject: [PATCH] Restrict targets to golang supported architectures - Build only on architectures listed in %{golang_arches_future} - Resolves FTBFS on i686 - https://bugzilla.redhat.com/show_bug.cgi?id=2503825 Signed-off-by: Bradley G Smith --- rpm/conmon.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpm/conmon.spec b/rpm/conmon.spec index 12b88603..bb1ca37b 100644 --- a/rpm/conmon.spec +++ b/rpm/conmon.spec @@ -26,6 +26,10 @@ Summary: OCI container runtime monitor URL: https://github.com/containers/%{name} # Tarball fetched from upstream Source0: %{url}/archive/v%{version}.tar.gz + +# available only on golang supported arches +ExclusiveArch: %{golang_arches_future} + %if %{with docs} BuildRequires: go-md2man %endif