From 3d384a2caafa4833a5a66716d2af6b95a3008e49 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 24 Apr 2020 18:50:16 +0900 Subject: [PATCH] packaging: Enable aarch64 build The initrd-recovery package is script only package, and it can be used widely for embedded boards, so there is no reason not to build in aarch64. Enable aarch64 build. Change-Id: I81e235879095fd5495d23ac58d64f9f47fb2d5c9 Signed-off-by: Seung-Woo Kim --- packaging/initrd-recovery.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/initrd-recovery.spec b/packaging/initrd-recovery.spec index b7c152f..fc60c4e 100644 --- a/packaging/initrd-recovery.spec +++ b/packaging/initrd-recovery.spec @@ -4,7 +4,7 @@ Version: 0.3.0 Release: 0 Group: System/Utilities License: Apache-2.0 -ExclusiveArch: %{arm} +ExclusiveArch: %{arm} aarch64 Source0: %{name}-%{version}.tar.gz Source1001: initrd-recovery.manifest -- 2.7.4