This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 1254c19d Fix issue with puppeteer browser not working on macOS/M1
1254c19d is described below
commit 1254c19d5345b456f76b7a81b71f567b2fdc1553
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 16 16:58:23 2025 +0100
Fix issue with puppeteer browser not working on macOS/M1
---
compose.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/compose.yaml b/compose.yaml
index 15a35195..d9786506 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -11,3 +11,5 @@ services:
# Needed to run puppeteer
cap_add:
- SYS_ADMIN
+ # Seems to be needed to run puppeteer on macOS with Apple chips
+ platform: linux/amd64
\ No newline at end of file