fix: ARM64 LTSC Evaluation download route (#2115)

This commit is contained in:
Kroese
2026-08-08 07:34:18 +02:00
committed by GitHub
parent 0da09cf633
commit 2780b08a1f
+6 -1
View File
@@ -321,8 +321,13 @@ downloadWindowsEval() {
type="iot" type="iot"
winVer="windows-11-iot-enterprise-ltsc-eval" ;; winVer="windows-11-iot-enterprise-ltsc-eval" ;;
"win11${PLATFORM,,}-enterprise-ltsc-eval" ) "win11${PLATFORM,,}-enterprise-ltsc-eval" )
if [[ "${PLATFORM,,}" == "arm64" ]]; then
type="iot"
winVer="windows-11-iot-enterprise-ltsc-eval"
else
type="ltsc" type="ltsc"
winVer="windows-11-enterprise" ;; winVer="windows-11-enterprise"
fi ;;
"win2025-eval" ) "win2025-eval" )
type="server" type="server"
winVer="windows-server-2025" ;; winVer="windows-server-2025" ;;