From eb289bab880503b0d6a3d1f4797d45c12ce3c43c Mon Sep 17 00:00:00 2001 From: Yury Sannikov Date: Sat, 20 Jan 2024 21:19:40 +0300 Subject: [PATCH] glinet --- .github/workflows/build-module.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-module.yml b/.github/workflows/build-module.yml index 54ada53..bdd11b2 100644 --- a/.github/workflows/build-module.yml +++ b/.github/workflows/build-module.yml @@ -11,23 +11,24 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - tag: ['v23.05.0', 'v23.05.2', 'v19.07.6', 'v22.03.4'] + #tag: ['v23.05.0', 'v23.05.2', 'v22.03.4'] + tag: ['v22.03.4'] build_env: - pkgarch: mips_24kc target: ath79 subtarget: nand - - pkgarch: mipsel_24kc - target: ramips - subtarget: mt7620 - - pkgarch: mipsel_24kc - target: ramips - subtarget: mt7621 - - pkgarch: arm_cortex-a7 - target: mediatek - subtarget: mt7629 - - pkgarch: arm_cortex-a9 - target: linksys - subtarget: wrt3200acm + # - pkgarch: mipsel_24kc + # target: ramips + # subtarget: mt7620 + # - pkgarch: mipsel_24kc + # target: ramips + # subtarget: mt7621 + # - pkgarch: arm_cortex-a7 + # target: mediatek + # subtarget: mt7629 + # - pkgarch: arm_cortex-a9 + # target: linksys + # subtarget: wrt3200acm steps: - uses: actions/checkout@v4