mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
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.40b02a23012.e0f06ddc23Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
committed by
Tianling Shen
parent
e007556915
commit
bf88b371c5
6
.github/workflows/multi-arch-test-build.yml
vendored
6
.github/workflows/multi-arch-test-build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user