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
23
23
echo set SKIP_UPDATE_CHECKOUT=%SKIP_UPDATE_CHECKOUT% >> %TEMP% \call-build.cmd
24
24
echo set REPO_SCHEME=%REPO_SCHEME% >> %TEMP% \call-build.cmd
25
25
echo set WINDOWS_SDKS=%WINDOWS_SDKS% >> %TEMP% \call-build.cmd
26
+ echo set HOST_ARCH_NAME=%HOST_ARCH_NAME% >> %TEMP% \call-build.cmd
26
27
echo " %~f0 " >> %TEMP% \call-build.cmd
27
28
start /i /b /wait cmd.exe /env=default /c " %TEMP% \call-build.cmd"
28
29
set ec = %errorlevel%
@@ -81,7 +82,7 @@ call :CloneRepositories || (exit /b 1)
81
82
82
83
:: We only have write access to BuildRoot, so use that as the image root.
83
84
powershell.exe -ExecutionPolicy RemoteSigned -File %~dp0 build.ps1 ^
84
- %HostArchName % ^
85
+ %HostArchNameArg % ^
85
86
-SourceCache %SourceRoot% ^
86
87
-BinaryCache %BuildRoot% ^
87
88
-ImageRoot %BuildRoot% ^
You can’t perform that action at this time.
0 commit comments