mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-19 11:25:49 +00:00
add more archs
This commit is contained in:
9
.github/workflows/build-module.yml
vendored
9
.github/workflows/build-module.yml
vendored
@@ -11,8 +11,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
tag: ['v23.05.0', 'v23.05.2']
|
||||
tag: ['v23.05.0', 'v23.05.2', 'v19.07.6', 'v22.03.4']
|
||||
build_env:
|
||||
- pkgarch: mips_24kc
|
||||
target: ath79
|
||||
subtarget: nand
|
||||
- pkgarch: mipsel_24kc
|
||||
target: ramips
|
||||
subtarget: mt7620
|
||||
@@ -22,6 +25,10 @@ jobs:
|
||||
- pkgarch: arm_cortex-a7
|
||||
target: mediatek
|
||||
subtarget: mt7629
|
||||
- pkgarch: arm_cortex-a9
|
||||
target: linksys
|
||||
subtarget: wrt3200acm
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user