Revert "build: Exclude arch arm_cortex-a7_neon-vfpv4"

This reverts commit f912f30944.
This commit is contained in:
remittor
2025-03-28 21:21:25 +03:00
parent d317bcf541
commit fee8520332

View File

@@ -141,8 +141,6 @@ jobs:
isTestOrFake: isTestOrFake:
- ${{ needs.check.outputs.test_build == 'true' || needs.check.outputs.fake_build == 'true' }} - ${{ needs.check.outputs.test_build == 'true' || needs.check.outputs.fake_build == 'true' }}
exclude: exclude:
- branch: openwrt-24.10
arch: arm_cortex-a7_neon-vfpv4
- branch: SNAPSHOT - branch: SNAPSHOT
arch: arm_cortex-a9_vfpv3-d16 arch: arm_cortex-a9_vfpv3-d16
- { isTestOrFake: true } - { isTestOrFake: true }