mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
CI: Sort build architectures in alphabetical order
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
24
.github/workflows/multi-arch-test-build.yml
vendored
24
.github/workflows/multi-arch-test-build.yml
vendored
@@ -15,10 +15,22 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- arch: aarch64_cortex-a53
|
||||||
|
target: mvebu-cortexa53
|
||||||
|
runtime_test: true
|
||||||
|
|
||||||
|
- arch: arm_cortex-a15_neon-vfpv4
|
||||||
|
target: armvirt-32
|
||||||
|
runtime_test: true
|
||||||
|
|
||||||
- arch: arm_cortex-a9_vfpv3-d16
|
- arch: arm_cortex-a9_vfpv3-d16
|
||||||
target: mvebu-cortexa9
|
target: mvebu-cortexa9
|
||||||
runtime_test: false
|
runtime_test: false
|
||||||
|
|
||||||
|
- arch: i386_pentium-mmx
|
||||||
|
target: x86-geode
|
||||||
|
runtime_test: true
|
||||||
|
|
||||||
- arch: mips_24kc
|
- arch: mips_24kc
|
||||||
target: ath79-generic
|
target: ath79-generic
|
||||||
runtime_test: true
|
runtime_test: true
|
||||||
@@ -35,18 +47,6 @@ jobs:
|
|||||||
target: mpc85xx-p1010
|
target: mpc85xx-p1010
|
||||||
runtime_test: false
|
runtime_test: false
|
||||||
|
|
||||||
- arch: aarch64_cortex-a53
|
|
||||||
target: mvebu-cortexa53
|
|
||||||
runtime_test: true
|
|
||||||
|
|
||||||
- arch: arm_cortex-a15_neon-vfpv4
|
|
||||||
target: armvirt-32
|
|
||||||
runtime_test: true
|
|
||||||
|
|
||||||
- arch: i386_pentium-mmx
|
|
||||||
target: x86-geode
|
|
||||||
runtime_test: true
|
|
||||||
|
|
||||||
- arch: x86_64
|
- arch: x86_64
|
||||||
target: x86-64
|
target: x86-64
|
||||||
runtime_test: true
|
runtime_test: true
|
||||||
|
|||||||
Reference in New Issue
Block a user