Skip to content

Commit

Permalink
[build] Use Germanium EWDK to sign Win11 drivers
Browse files Browse the repository at this point in the history
1. Use the Germanium EWDK Build Lab environment to sign Win11 drivers.
   We currently use the Cobalt EWDK to sign both Win10 and Win11 drivers.

Split from PR virtio-win#1212.

Signed-off-by: benyamin-codez <[email protected]>
  • Loading branch information
benyamin-codez committed Dec 23, 2024
1 parent a01c696 commit 9c4ea07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/signAll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endlocal

setlocal
echo Loading Windows 11 build env
call "%~dp0\SetVsEnv.bat" Win10
call "%~dp0\SetVsEnv.bat" Win11
for /r "%~dp0\..\" %%i in (*.sys) do call :sign_if_win11 "%%i"
for /r "%~dp0\..\" %%i in (*.cat) do call :sign_if_win11 "%%i"
endlocal
Expand All @@ -26,4 +26,4 @@ goto :eof
echo "%~1" | findstr /i /c:win11
if errorlevel 1 goto :eof
"signtool.exe" sign /fd SHA256 /f "%~dp0\VirtIOTestCert.pfx" "%~1"
goto :eof
goto :eof

0 comments on commit 9c4ea07

Please sign in to comment.