Skip to content

Commit 77b015c

Browse files
committed
template: Change architecture value for Arm AArch64
Since aarch is not a standalone term, use either arm or aarch64. Signed-off-by: Andreas Färber <afaerber@suse.com>
1 parent 5435ea1 commit 77b015c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Where the particular parts have the following meaning:
9292
* `x86` - for x86-64
9393
* `ppc` - for IBM Power PC
9494
* `s390`- for IBM Z
95-
* `aarch` - for AArch64
95+
* `arm` - for Arm AArch64
9696

9797
`<assembly file name>` is the assembly file name without the asm.xml part.
9898

0 commit comments

Comments
 (0)