From 277a2b4bddb1e14e2a7e2f722b9db6a46f27466a Mon Sep 17 00:00:00 2001 From: Yury Sannikov Date: Thu, 14 Dec 2023 05:24:21 +0300 Subject: [PATCH] add multiple targets --- .github/workflows/build-module.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-module.yml b/.github/workflows/build-module.yml index d4bbaf6..d454503 100644 --- a/.github/workflows/build-module.yml +++ b/.github/workflows/build-module.yml @@ -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: