🐛(devops) fix dockerize platform compatibility for Mac M2 users
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.
This commit is contained in:
committed by
aleb_the_flash
parent
3cae3e66c4
commit
9eae98ed16
@@ -97,6 +97,7 @@ services:
|
||||
|
||||
dockerize:
|
||||
image: jwilder/dockerize
|
||||
platform: linux/x86_64
|
||||
|
||||
crowdin:
|
||||
image: crowdin/cli:4.0.0
|
||||
|
||||
Reference in New Issue
Block a user