fix(ci): unify browser image variants

This commit is contained in:
Ran
2026-03-29 02:13:01 +08:00
parent 38afb2e1c6
commit 82714f3f61
7 changed files with 102 additions and 150 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ RUN cd apps/browser && bun run build
FROM ubuntu:noble
ENV BROWSER_CORES=chromium,firefox
ARG BROWSER_CORES=chromium,firefox
ENV BROWSER_CORES=${BROWSER_CORES}
WORKDIR /app