podman: wire OPENCLAW_INSTALL_BROWSER build-arg to setup script (#63407)

* podman: wire OPENCLAW_INSTALL_BROWSER build-arg to setup script

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* chore: re-trigger CI

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Said Urtabajev
2026-04-28 23:48:58 +03:00
committed by GitHub
parent 35059d1e3a
commit 652bde387d
2 changed files with 4 additions and 0 deletions

View File

@@ -365,6 +365,9 @@ fi
if [[ -n "${OPENCLAW_EXTENSIONS:-}" ]]; then
BUILD_ARGS+=(--build-arg "OPENCLAW_EXTENSIONS=${OPENCLAW_EXTENSIONS}")
fi
if [[ -n "${OPENCLAW_INSTALL_BROWSER:-}" ]]; then
BUILD_ARGS+=(--build-arg "OPENCLAW_INSTALL_BROWSER=${OPENCLAW_INSTALL_BROWSER}")
fi
if [[ "$OPENCLAW_IMAGE" == "openclaw:local" ]]; then
echo "Building image $OPENCLAW_IMAGE ..."