From 77b015c3ae0443852007a0ee3a0ff1c5d578deed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 2 Apr 2026 17:51:57 +0200 Subject: [PATCH] template: Change architecture value for Arm AArch64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since aarch is not a standalone term, use either arm or aarch64. Signed-off-by: Andreas Färber --- templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/README.md b/templates/README.md index de64f8c4f..bc1c85fe3 100644 --- a/templates/README.md +++ b/templates/README.md @@ -92,7 +92,7 @@ Where the particular parts have the following meaning: * `x86` - for x86-64 * `ppc` - for IBM Power PC * `s390`- for IBM Z -* `aarch` - for AArch64 +* `arm` - for Arm AArch64 `` is the assembly file name without the asm.xml part.