build: Exclude arch arm_cortex-a7_neon-vfpv4

This commit is contained in:
remittor
2025-03-23 10:39:22 +03:00
parent 2fb9ff7095
commit f912f30944

View File

@@ -141,6 +141,8 @@ 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 }