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_24kc_24kf
- mipsel_74kc - mipsel_74kc
- mipsel_mips32 - mipsel_mips32
- riscv64_riscv64 - riscv64_generic
- x86_64 - x86_64
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 - branch: openwrt-24.10
arch: riscv64_riscv64 arch: riscv64_generic
- branch: SNAPSHOT - branch: SNAPSHOT
arch: arm_cortex-a9_vfpv3-d16 arch: arm_cortex-a9_vfpv3-d16
- { isTestOrFake: true } - { isTestOrFake: true }