Skip to content

Commit c53bd3f

Browse files
Update VAD-compile-and-sign.yml
1 parent 8ea77f7 commit c53bd3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/VAD-compile-and-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
148148
if ($inf2catPath -and (Test-Path $infFile)) {
149149
Write-Host "Found inf2cat at: $inf2catPath"
150-
$osParam = if ("${{ matrix.platform }}" -eq "ARM64") { "10_ARM64,10_16299_ARM64" } else { "10_X64,10_16299_X64,10_17134_X64,10_17763_X64,10_18362_X64,10_19041_X64,10_22000_X64" }
150+
$osParam = if ("${{ matrix.platform }}" -eq "ARM64") { "10_22000_ARM64,ServerNext_ARM64,11_23H2_ARM64" } else { "10_X64,10_16299_X64,10_17134_X64,10_17763_X64,10_18362_X64,10_19041_X64,10_22000_X64" }
151151
& $inf2catPath /driver:"$packageDir" /os:$osParam /verbose
152152
Write-Host "Catalog generation completed"
153153
} else {

0 commit comments

Comments
 (0)