mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2025-12-18 13:38:11 +03:00
build: Add arch riscv64
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -137,10 +137,13 @@ jobs:
|
|||||||
- mipsel_24kc_24kf
|
- mipsel_24kc_24kf
|
||||||
- mipsel_74kc
|
- mipsel_74kc
|
||||||
- mipsel_mips32
|
- mipsel_mips32
|
||||||
|
- riscv64_riscv64
|
||||||
- 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
|
||||||
|
arch: riscv64_riscv64
|
||||||
- branch: SNAPSHOT
|
- branch: SNAPSHOT
|
||||||
arch: arm_cortex-a9_vfpv3-d16
|
arch: arm_cortex-a9_vfpv3-d16
|
||||||
- { isTestOrFake: true }
|
- { isTestOrFake: true }
|
||||||
|
|||||||
Reference in New Issue
Block a user