add multiple targets

This commit is contained in:
Yury Sannikov
2023-12-14 05:24:21 +03:00
parent d62dde8afc
commit 277a2b4bdd

View File

@@ -11,11 +11,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tag: ['v23.05.0']
tag: ['v23.05.0', 'v23.05.2']
build_env:
- pkgarch: mipsel_24kc
target: ramips
subtarget: mt7620
- pkgarch: mipsel_24kc
target: ramips
subtarget: mt7621
- pkgarch: arm_cortex-a7
target: mediatek
subtarget: mt7629
steps:
- uses: actions/checkout@v4
with: