From: Paul Spooren Date: Mon, 14 Dec 2020 21:47:28 +0000 (-1000) Subject: CI: test aarch64_cortex-a53 instead of _generic X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=bd3320e8de3b2cb5cffc03ee791917e42cbaaad7;p=feed%2Fpackages.git CI: test aarch64_cortex-a53 instead of _generic 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 --- diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 3f8a564a62..11cbc80961 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -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