github-actions[bot] commented on issue #15687: URL: https://github.com/apache/dolphinscheduler/issues/15687#issuecomment-1985514370
### 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 users $ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker # Windows users, `cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src\deploy\docker` # If you need to initialize or upgrade the database structure, you need to specify profile as schema $ docker-compose --profile schema up -d # Start all services of dolphinscheduler and specify profile as 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 users $ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker # Windows users, `cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src\deploy\docker` # If you need to initialize or upgrade the database structure, you need to specify profile as schema $ docker-compose --profile schema up -d # Start all services of dolphinscheduler and specify profile as 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]
