We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72a304 commit ef5a5d3Copy full SHA for ef5a5d3
1 file changed
.github/workflows/build-kernel-sw64.yml
@@ -1,4 +1,4 @@
1
-name: build kernel sw6b
+name: build kernel sw64
2
on:
3
push:
4
pull_request:
@@ -13,7 +13,7 @@ permissions:
13
pull-requests: read
14
15
jobs:
16
- build-kernel:
+ build-kernel-sw6b:
17
runs-on: [self-hosted, linux, x64]
18
steps:
19
- uses: actions/checkout@v3
@@ -33,3 +33,18 @@ jobs:
33
with:
34
name: Kernel-ABI-sw6b
35
path: "Module.symvers"
36
+
37
+ build-kernel-sw8a:
38
+ runs-on: [self-hosted, linux, x64]
39
+ steps:
40
+ - name: "Compile kernel"
41
+ run: |
42
+ # .config
43
+ time swmk8a1230 junzhang_defconfig
44
+ time swmk8a1230 -j`nproc`
45
46
+ - name: 'Upload Kernel Artifact'
47
+ uses: actions/upload-artifact@v4
48
+ with:
49
+ name: Kernel-ABI-sw8a
50
+ path: "Module.symvers"
0 commit comments