From 1215210321f0c2f606b5002501d6827e7d4c6286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?McKayla=20=E3=81=AF=E3=81=AA?= Date: Fri, 12 Jun 2026 15:26:12 -0600 Subject: [PATCH] fix: fix `playwright install` on ubuntu 26.04 (#26356) --- dogfood/coder/ubuntu-26.04/Dockerfile.base | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dogfood/coder/ubuntu-26.04/Dockerfile.base b/dogfood/coder/ubuntu-26.04/Dockerfile.base index 775fa10ba9..c63f9d6bc0 100644 --- a/dogfood/coder/ubuntu-26.04/Dockerfile.base +++ b/dogfood/coder/ubuntu-26.04/Dockerfile.base @@ -277,3 +277,6 @@ ENV GOPRIVATE="coder.com,cdr.dev,go.coder.com,github.com/cdr,github.com/coder" # Increase memory allocation to NodeJS ENV NODE_OPTIONS="--max-old-space-size=8192" + +# This should be removed when we can upgrade to Playwright 1.61. +ENV PLAYWRIGHT_HOST_PLATFORM_OVERRIDE=ubuntu24.04-x64