From 9597c8d8f851e9c5ac89715947383d16e2ce41b0 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 27 Sep 2019 22:11:58 +0200 Subject: [PATCH] spec: Allow building on any platform Change hardcoded x86_64 build architecture to current platform arch. Signed-off-by: Alexandru Avadanii Change-Id: I63f80517741b6222012e3dc59b45a5959b64b78d --- rpmbuild.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmbuild.spec b/rpmbuild.spec index bc1568b..ee48aa2 100644 --- a/rpmbuild.spec +++ b/rpmbuild.spec @@ -25,7 +25,7 @@ Version: %{RPM_MAJOR_VERSION} Release: %{RPM_MINOR_VERSION}%{?dist} Summary: Containers as a Service Life Cycle Managemnet workflows License: %{_platform_license} -BuildArch: x86_64 +BuildArch: %{_arch} Vendor: %{_platform_vendor} Source0: %{name}-%{version}.tar.gz -- 2.16.6