fix: update Dockerfile to install Playwright dependencies for Chrome instead of Chromium

This commit is contained in:
samanhappy
2025-04-14 19:56:19 +08:00
parent 5a2be4d4fe
commit 7f887a7031
2 changed files with 2 additions and 4 deletions

View File

@@ -44,6 +44,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
build-args: |
INSTALL_EXT=${{ matrix.variant == 'full' && 'true' || 'false' }}