File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 13
13
paths :
14
14
- ' manager/**'
15
15
workflow_call :
16
+ workflow_dispatch :
16
17
17
18
jobs :
18
- build-lkm :
19
- uses : ./.github/workflows/build-lkm.yml
20
- secrets : inherit
21
-
22
19
build-ksud :
23
- needs : build-lkm
24
20
strategy :
25
21
matrix :
26
22
include :
27
23
- target : aarch64-linux-android
28
24
os : ubuntu-latest
29
25
- target : x86_64-linux-android
30
26
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
41
27
uses : ./.github/workflows/ksud.yml
42
28
with :
43
29
target : ${{ matrix.target }}
44
30
os : ${{ matrix.os }}
31
+ pack_lkm : false
45
32
46
33
build-manager :
47
34
needs : build-ksud
You can’t perform that action at this time.
0 commit comments