Browse Source

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 <mail@aparcar.org>
lilik-openwrt-22.03
Paul Spooren 3 years ago
parent
commit
bd3320e8de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/multi-arch-test-build.yml

+ 1
- 1
.github/workflows/multi-arch-test-build.yml View 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


Loading…
Cancel
Save