Add WSA Kernel 5.15.104.2 (#827)

Remove `5.15.94.4` as soon as WSA 2306 is removed from the release.
This commit is contained in:
Syuugo Mizoguchi
2023-08-14 21:15:01 +09:00
committed by GitHub
parent d274a315b1
commit b91a294138

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
arch: [x86_64, arm64]
version: ["5.15.94.4", "5.15.104.1"]
version: ["5.15.94.4", "5.15.104.1", "5.15.104.2"]
include:
- arch: x86_64
file_name: "bzImage"
@@ -37,12 +37,21 @@ jobs:
- version: "5.15.104.1"
arch: arm64
make_config: config-wsa-arm64
- version: "5.15.104.2"
arch: x86_64
make_config: config-wsa-x64
- version: "5.15.104.2"
arch: arm64
make_config: config-wsa-arm64
- version: "5.15.94.4"
device_code: latte-2
kernel_version: "5.15"
- version: "5.15.104.1"
device_code: latte-2
kernel_version: "5.15"
- version: "5.15.104.2"
device_code: latte-2
kernel_version: "5.15"
name: Build WSA-Kernel-${{ matrix.version }}-${{ matrix.arch }}
runs-on: ubuntu-20.04