chore(opencode-workstation): remove stale .env.example entries

Remove leftover OMO_PACKAGE_AMD64 etc entries that survived earlier cleanup.

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
okxlin
2026-06-06 23:49:23 +08:00
co-authored by Sisyphus
parent 387d93d4d1
commit 820f3abda1
@@ -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=