From 849720672b6acee8b4ba8a3395641a46c3dbb882 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 28 Oct 2022 15:58:39 +0000 Subject: [PATCH] Add ExclusiveArch If using golang, then you needs to use ExclusiveArch for those arches that do not have golang. --- buildah.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/buildah.spec b/buildah.spec index 591a5af..8c54237 100644 --- a/buildah.spec +++ b/buildah.spec @@ -27,6 +27,7 @@ Summary: A command line tool used for creating OCI Images URL: https://%{name}.io # Tarball fetched from upstream Source: %{git0}/archive/%{built_tag}.tar.gz +ExclusiveArch: %{golang_arches} BuildRequires: go-md2man BuildRequires: device-mapper-devel BuildRequires: git-core