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