ci: update build (#129)

1. update kernel ci
2. fix manager build
This commit is contained in:
Ylarod
2023-01-29 11:25:10 +08:00
committed by GitHub
parent e76cf08934
commit b1e279bd2a
7 changed files with 230 additions and 140 deletions

View File

@@ -12,7 +12,14 @@ on:
- 'manager/**'
jobs:
build-ksud:
uses: ./.github/workflows/build-ksud.yml
strategy:
matrix:
include:
- target: aarch64-linux-android
- target: x86_64-linux-android
uses: ./.github/workflows/ksud.yml
with:
target: ${{ matrix.target }}
build-manager:
needs: build-ksud
runs-on: ubuntu-latest