mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: fix playwright install on ubuntu 26.04 (#26356)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user