CI: update build architectures

- armvirt target has been renamed to armsr (Arm SystemReady) [1].
- armsr-armv8 has been switched to aarch64_generic architecture [2].

1. 40b02a2301
2. e0f06ddc23

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-06-11 13:28:03 +08:00 committed by Tianling Shen
parent e007556915
commit bf88b371c5
1 changed files with 3 additions and 3 deletions

View File

@ -15,12 +15,12 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- arch: aarch64_cortex-a53 - arch: aarch64_generic
target: mvebu-cortexa53 target: armsr-armv8
runtime_test: true runtime_test: true
- arch: arm_cortex-a15_neon-vfpv4 - arch: arm_cortex-a15_neon-vfpv4
target: armvirt-32 target: armsr-armv7
runtime_test: true runtime_test: true
- arch: arm_cortex-a9_vfpv3-d16 - arch: arm_cortex-a9_vfpv3-d16