You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
life happens fast
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> Changes the build/run platform for the chromium Docker images, which
can affect local dev behavior and may break workflows that relied on
native `arm64` images without explicitly overriding the platform.
>
> **Overview**
> For the `chromium-headful` and `chromium-headless` images, the build
scripts now pass `--platform "$DOCKER_PLATFORM"` to `docker build`, and
the run scripts include `--platform "$DOCKER_PLATFORM"` in `docker run`.
>
> `ensure-common-build-run-vars.sh` introduces `DOCKER_PLATFORM`
(defaulting to `linux/amd64`) with rationale for Chrome-for-Testing on
Apple Silicon, allowing overrides for custom `arm64` images.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
2689339. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
0 commit comments