Skip to content

Commit bcf0fa1

Browse files
committed
Update build-manager.yml
1 parent cdb82a3 commit bcf0fa1

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/build-manager.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,22 @@ on:
1313
paths:
1414
- 'manager/**'
1515
workflow_call:
16+
workflow_dispatch:
1617

1718
jobs:
18-
build-lkm:
19-
uses: ./.github/workflows/build-lkm.yml
20-
secrets: inherit
21-
2219
build-ksud:
23-
needs: build-lkm
2420
strategy:
2521
matrix:
2622
include:
2723
- target: aarch64-linux-android
2824
os: ubuntu-latest
2925
- target: x86_64-linux-android
3026
os: ubuntu-latest
31-
- target: x86_64-pc-windows-gnu # windows pc
32-
os: ubuntu-latest
33-
- target: x86_64-apple-darwin # Intel mac
34-
os: macos-latest
35-
- target: aarch64-apple-darwin # M chip mac
36-
os: macos-latest
37-
- target: aarch64-unknown-linux-musl # arm64 Linux
38-
os: ubuntu-latest
39-
- target: x86_64-unknown-linux-musl # x86 Linux
40-
os: ubuntu-latest
4127
uses: ./.github/workflows/ksud.yml
4228
with:
4329
target: ${{ matrix.target }}
4430
os: ${{ matrix.os }}
31+
pack_lkm: false
4532

4633
build-manager:
4734
needs: build-ksud

0 commit comments

Comments
 (0)