MonkeyIsMe opened a new issue, #15687: URL: https://github.com/apache/dolphinscheduler/issues/15687
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened system version:Linux localhost.localdomain 4.19.90-24.4.v2101.ky10.aarch64 #1 SMP Mon May 24 14:45:37 CST 2021 aarch64 aarch64 aarch64 GNU/Linux dolphinscheduler version 3.2.0 to do this $ DOLPHINSCHEDULER_VERSION=3.2.1 $ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz # Mac Linux 用户 $ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker # Windows 用户, `cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src\deploy\docker` # 如果需要初始化或者升级数据库结构,需要指定profile为schema $ docker-compose --profile schema up -d # 启动dolphinscheduler所有服务,指定profile为all $ docker-compose --profile all up -d   ### What you expected to happen it can run on arm64 ### How to reproduce to do this $ DOLPHINSCHEDULER_VERSION=3.2.1 $ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz # Mac Linux 用户 $ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker # Windows 用户, `cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src\deploy\docker` # 如果需要初始化或者升级数据库结构,需要指定profile为schema $ docker-compose --profile schema up -d # 启动dolphinscheduler所有服务,指定profile为all $ docker-compose --profile all up -d ### Anything else _No response_ ### Version 3.2.x ### Are you willing to submit PR? - [ ] 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]
