glinet
This commit is contained in:
27
.github/workflows/build-module.yml
vendored
27
.github/workflows/build-module.yml
vendored
@@ -11,23 +11,24 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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:
|
build_env:
|
||||||
- pkgarch: mips_24kc
|
- pkgarch: mips_24kc
|
||||||
target: ath79
|
target: ath79
|
||||||
subtarget: nand
|
subtarget: nand
|
||||||
- pkgarch: mipsel_24kc
|
# - pkgarch: mipsel_24kc
|
||||||
target: ramips
|
# target: ramips
|
||||||
subtarget: mt7620
|
# subtarget: mt7620
|
||||||
- pkgarch: mipsel_24kc
|
# - pkgarch: mipsel_24kc
|
||||||
target: ramips
|
# target: ramips
|
||||||
subtarget: mt7621
|
# subtarget: mt7621
|
||||||
- pkgarch: arm_cortex-a7
|
# - pkgarch: arm_cortex-a7
|
||||||
target: mediatek
|
# target: mediatek
|
||||||
subtarget: mt7629
|
# subtarget: mt7629
|
||||||
- pkgarch: arm_cortex-a9
|
# - pkgarch: arm_cortex-a9
|
||||||
target: linksys
|
# target: linksys
|
||||||
subtarget: wrt3200acm
|
# subtarget: wrt3200acm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user