diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-06-11 13:28:03 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-06-16 12:30:32 +0800 |
commit | bf88b371c5be3513b26592d6056a7de0419b0d87 (patch) | |
tree | bc921116d2c4e870bd4db346f0b8adfcfab306b0 | |
parent | e007556915a8528986539e6c1c9a40d938c757cb (diff) |
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. https://github.com/openwrt/openwrt/commit/40b02a230167626def69389452f19b7109aaeac1
2. https://github.com/openwrt/openwrt/commit/e0f06ddc23b2503a1791ae7e97b02e2647e8a70d
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
-rw-r--r-- | .github/workflows/multi-arch-test-build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index c1d2df73f..57182b96b 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -15,12 +15,12 @@ jobs: fail-fast: false matrix: include: - - arch: aarch64_cortex-a53 - target: mvebu-cortexa53 + - arch: aarch64_generic + target: armsr-armv8 runtime_test: true - arch: arm_cortex-a15_neon-vfpv4 - target: armvirt-32 + target: armsr-armv7 runtime_test: true - arch: arm_cortex-a9_vfpv3-d16 |