CI: test aarch64_cortex-a53 instead of _generic
authorPaul Spooren <mail@aparcar.org>
Mon, 14 Dec 2020 21:47:28 +0000 (11:47 -1000)
committerPaul Spooren <mail@aparcar.org>
Tue, 15 Dec 2020 18:25:31 +0000 (08:25 -1000)
The aarch64_cortex-a53 architecture is used by more targets and should
therefore be tested rather than the relatively rare _generic one.

Signed-off-by: Paul Spooren <mail@aparcar.org>
.github/workflows/multi-arch-test-build.yml

index 3f8a564a62e9e3e7b83506d9b4dba312f1182442..11cbc809616a2d00113bb802eaf1a886104271d2 100644 (file)
@@ -20,7 +20,7 @@ jobs:
           - powerpc_8540
         runtime_test: [false]
         include:
-          - arch: aarch64_generic
+          - arch: aarch64_cortex-a53
             runtime_test: true
           - arch: arm_cortex-a15_neon-vfpv4
             runtime_test: true