Skip to content

Commit

Permalink
add kvmx64
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Dec 26, 2023
1 parent bba738f commit 1781b2c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lkms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- version: 6.2
platform: grantley
# checkout 6.2.4
- version: 6.2
platform: kvmx64
# checkout 6.2.4
- version: 6.2
platform: purley
# checkout 6.2.4
Expand Down Expand Up @@ -73,6 +76,8 @@ jobs:
platform: geminilake
- version: 7.1
platform: grantley
- version: 7.1
platform: kvmx64
- version: 7.1
platform: purley
- version: 7.1
Expand Down Expand Up @@ -102,6 +107,8 @@ jobs:
platform: geminilake
- version: 7.2
platform: grantley
- version: 7.2
platform: kvmx64
- version: 7.2
platform: purley
- version: 7.2
Expand Down
20 changes: 7 additions & 13 deletions .github/workflows/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,9 @@
# See /LICENSE for more information.
#

# # 注意:所有 include 组合会在 exclude 之后处理。 这允许你使用 include 添加回以前排除的组合。
# version: [ 6.2, 7.1, 7.2 ]
# platform: [ apollolake, broadwell, broadwellnk, bromolow, denverton, epyc7002, geminilake, purley, r1000, v1000 ]
# exclude:
# - version: 7.1
# platform: broadwell
# include:
# - version: "7.2"
# platform: "broadwell"

name: Build modules main

on:
release:
types: [published]

workflow_dispatch:
inputs:
version:
Expand Down Expand Up @@ -58,6 +45,9 @@ jobs:
- version: 6.2
platform: grantley
# checkout 6.2.4
- version: 6.2
platform: kvmx64
# checkout 6.2.4
- version: 6.2
platform: purley
# checkout 6.2.4
Expand Down Expand Up @@ -86,6 +76,8 @@ jobs:
platform: geminilake
- version: 7.1
platform: grantley
- version: 7.1
platform: kvmx64
- version: 7.1
platform: purley
- version: 7.1
Expand Down Expand Up @@ -115,6 +107,8 @@ jobs:
platform: geminilake
- version: 7.2
platform: grantley
- version: 7.2
platform: kvmx64
- version: 7.2
platform: purley
- version: 7.2
Expand Down

0 comments on commit 1781b2c

Please sign in to comment.