From 355fa96de729278c79df146ccf386159d78a0458 Mon Sep 17 00:00:00 2001 From: southseact-3d Date: Tue, 10 Feb 2026 13:14:21 +0000 Subject: [PATCH] Update Dockerfile comment to reflect x86_64 only support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7e9044..feaa6ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Web-based PowerShell + SST OpenCode terminal -# Multi-architecture support: amd64 and arm64 +# x86_64 architecture support only FROM ubuntu:24.04 ARG PWSH_VERSION=7.4.6