From 820f3abda1982c35dd0c2eed0e427ddd2dc1d2cd Mon Sep 17 00:00:00 2001 From: okxlin <61420215+okxlin@users.noreply.github.com> Date: Sat, 6 Jun 2026 23:48:49 +0800 Subject: [PATCH] chore(opencode-workstation): remove stale .env.example entries Remove leftover OMO_PACKAGE_AMD64 etc entries that survived earlier cleanup. Co-authored-by: Sisyphus --- .../image/.env.example | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/opencode-workstation-builder/image/.env.example b/opencode-workstation-builder/image/.env.example index ef8af2d..61c880c 100644 --- a/opencode-workstation-builder/image/.env.example +++ b/opencode-workstation-builder/image/.env.example @@ -70,22 +70,16 @@ OMO_OPENCODE_GO=0 OMO_OPENCODE_ZEN=0 OMO_VERCEL_AI_GATEWAY=0 -# Package selection defaults are architecture-aware: -# - x86_64/amd64 with AVX2 -> oh-my-opencode-linux-x64 -# - x86_64/amd64 without AVX2 -> oh-my-opencode-linux-x64-baseline -# - arm64/aarch64 -> oh-my-opencode-linux-arm64 -# Set OMO_PACKAGE to force an explicit package name, or OMO_FORCE_BASELINE=yes|no|auto. -OMO_PACKAGE= -OMO_FORCE_BASELINE=auto -OMO_PACKAGE_AMD64=oh-my-opencode-linux-x64 -OMO_PACKAGE_AMD64_BASELINE=oh-my-opencode-linux-x64-baseline -OMO_PACKAGE_ARM64=oh-my-opencode-linux-arm64 -# oh-my-opencode is always the execution package; the resolver communicates -# baseline need as a second output line and the installer exports -# OH_MY_OPENCODE_FORCE_BASELINE=1 when needed (no-AVX2 x86_64). +# Package selection is always the meta-package oh-my-opencode. +# The resolver detects AVX2 availability and outputs a second-line +# baseline flag; the installer exports OH_MY_OPENCODE_FORCE_BASELINE=1 +# when a non-AVX2 x86_64 CPU is detected. +# Set OMO_PACKAGE to override the package name (AVX2 detection still runs). +# Set OMO_FORCE_BASELINE=yes|no|auto to control baseline behaviour. OMO_PACKAGE= OMO_FORCE_BASELINE=auto + # Optional override: append extra install flags verbatim. # If set, this bypasses the rendered default flag set above. OMO_INSTALL_ARGS=