From 9eae98ed16330fe72c4c99ff1bfcbc8270412114 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 13 Mar 2025 18:44:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(devops)=20fix=20dockerize=20platfo?= =?UTF-8?q?rm=20compatibility=20for=20Mac=20M2=20users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Specified the expected platform in dockerize configuration to ensure compatibility with Mac M2 architecture. This resolves build failures experienced by developers using Apple Silicon, enabling seamless development across different hardware. --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index 86fd5588..5e755de8 100644 --- a/compose.yml +++ b/compose.yml @@ -97,6 +97,7 @@ services: dockerize: image: jwilder/dockerize + platform: linux/x86_64 crowdin: image: crowdin/cli:4.0.0