feat: Add ARM64 support section to help output

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michel Abboud 2026-01-29 12:31:16 +00:00
parent 6a0b6a1511
commit fd2100193a

View File

@ -1296,6 +1296,11 @@ show_usage() {
printf ' Each version has unique ports for Web UI and RDP access.\n'
printf " Run '%s list' to see port mappings.\n" "${SCRIPT_NAME}"
printf '\n'
printf '%b\n' "${BOLD}ARM64 SUPPORT${RESET}"
printf ' Auto-detected via uname. Only Win 10/11 variants supported on ARM64.\n'
printf ' Set WINDOWS_IMAGE=dockurr/windows-arm in .env.modern or .env.legacy.\n'
printf " Run '%s check' to see detected architecture.\n" "${SCRIPT_NAME}"
printf '\n'
}
# ==============================================================================