Skip to content

Commit

Permalink
glinet
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Jan 20, 2024
1 parent 5016478 commit eb289ba
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb289ba

Please sign in to comment.