From: Alexandru Avadanii Date: Fri, 27 Sep 2019 20:11:58 +0000 (+0200) Subject: spec: Allow building on any platform X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-lcm.git;a=commitdiff_plain;h=9597c8d8f851e9c5ac89715947383d16e2ce41b0 spec: Allow building on any platform Change hardcoded x86_64 build architecture to current platform arch. Signed-off-by: Alexandru Avadanii Change-Id: I63f80517741b6222012e3dc59b45a5959b64b78d --- 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