File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ echo set SKIP_PACKAGING=%SKIP_PACKAGING%>> %TEMP%\call-build.cmd
2323echo set SKIP_UPDATE_CHECKOUT=%SKIP_UPDATE_CHECKOUT% >> %TEMP% \call-build.cmd
2424echo set REPO_SCHEME=%REPO_SCHEME% >> %TEMP% \call-build.cmd
2525echo set WINDOWS_SDKS=%WINDOWS_SDKS% >> %TEMP% \call-build.cmd
26+ echo set HOST_ARCH_NAME=%HOST_ARCH_NAME% >> %TEMP% \call-build.cmd
2627echo " %~f0 " >> %TEMP% \call-build.cmd
2728start /i /b /wait cmd.exe /env=default /c " %TEMP% \call-build.cmd"
2829set ec = %errorlevel%
@@ -81,7 +82,7 @@ call :CloneRepositories || (exit /b 1)
8182
8283:: We only have write access to BuildRoot, so use that as the image root.
8384powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0 build.ps1 ^
84- %HostArchName % ^
85+ %HostArchNameArg % ^
8586 -SourceCache %SourceRoot% ^
8687 -BinaryCache %BuildRoot% ^
8788 -ImageRoot %BuildRoot% ^
You can’t perform that action at this time.
0 commit comments