ZuoFengZhang opened a new pull request, #634: URL: https://github.com/apache/inlong-website/pull/634
### Description ### Support running docker-compose on Arm Chip Fixes #633 ### Motivation Specify the `--platform` parameter of the `MySQL` image. Update version of `docker-compose` to `2.4+` ### Modifications By modifying the `--platform` parameter of the `MySQL` image, it can simulate `x86` instructions to build a docker image under different system architectures, and only need the same `docker-compose` script In order to support compatible chip solutions, you need to update the docker-compose version to 2.4+ ### Verifying this change - [x] This change is a trivial rework/code cleanup without any test coverage. ### Use case _No response_ ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
