mirror of
https://github.com/dockur/windows.git
synced 2026-02-03 17:27:21 +00:00
feat: Add ARM64 support section to help output
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6a0b6a1511
commit
fd2100193a
@ -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'
|
||||
}
|
||||
|
||||
# ==============================================================================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user