Skip to content

Commit

Permalink
add multiple targets
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Dec 14, 2023
1 parent d62dde8 commit 277a2b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 277a2b4

Please sign in to comment.