build: Fix build package for riscv64 arch

This commit is contained in:
remittor
2025-12-18 13:34:24 +03:00
parent 0972ce0889
commit 9298388a12

View File

@@ -137,13 +137,13 @@ jobs:
- mipsel_24kc_24kf
- mipsel_74kc
- mipsel_mips32
- riscv64_riscv64
- riscv64_generic
- x86_64
isTestOrFake:
- ${{ needs.check.outputs.test_build == 'true' || needs.check.outputs.fake_build == 'true' }}
exclude:
- branch: openwrt-24.10
arch: riscv64_riscv64
arch: riscv64_generic
- branch: SNAPSHOT
arch: arm_cortex-a9_vfpv3-d16
- { isTestOrFake: true }