mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-27 12:50:35 +03:00
build: Fix matrix for riscv64 arch
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -155,6 +155,7 @@ jobs:
|
|||||||
- mipsel_24kc_24kf
|
- mipsel_24kc_24kf
|
||||||
- mipsel_74kc
|
- mipsel_74kc
|
||||||
- mipsel_mips32
|
- mipsel_mips32
|
||||||
|
- riscv64_riscv64
|
||||||
- riscv64_generic
|
- riscv64_generic
|
||||||
- x86_64
|
- x86_64
|
||||||
isTestOrFake:
|
isTestOrFake:
|
||||||
@@ -164,6 +165,10 @@ jobs:
|
|||||||
arch: arm_cortex-a9_vfpv3-d16
|
arch: arm_cortex-a9_vfpv3-d16
|
||||||
- branch: ${{ needs.var.outputs.APK_BRANCH }}
|
- branch: ${{ needs.var.outputs.APK_BRANCH }}
|
||||||
arch: mips_4kec
|
arch: mips_4kec
|
||||||
|
- branch: ${{ needs.var.outputs.APK_BRANCH }}
|
||||||
|
arch: riscv64_riscv64
|
||||||
|
- branch: ${{ needs.var.outputs.IPK_BRANCH }}
|
||||||
|
arch: riscv64_generic
|
||||||
- { isTestOrFake: true }
|
- { isTestOrFake: true }
|
||||||
include:
|
include:
|
||||||
- branch: ${{ needs.var.outputs.IPK_BRANCH }}
|
- branch: ${{ needs.var.outputs.IPK_BRANCH }}
|
||||||
|
|||||||
Reference in New Issue
Block a user