From fd2100193a99d815faf92ddd54e446764ea1c0a1 Mon Sep 17 00:00:00 2001 From: Michel Abboud Date: Thu, 29 Jan 2026 12:31:16 +0000 Subject: [PATCH] feat: Add ARM64 support section to help output Co-Authored-By: Claude Opus 4.5 --- winctl.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winctl.sh b/winctl.sh index f157464..d290037 100755 --- a/winctl.sh +++ b/winctl.sh @@ -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' } # ==============================================================================