[GitHub] [cloudstack-cloudmonkey] wongster80 opened a new issue #113: Build compatible for Apple M1 CPU
wongster80 opened a new issue #113: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113 Hi, Is CMK built for Apple M1 CPU, because I've been getting this error running cmk. % sysctl -n machdep.cpu.brand_string Apple M1 % ./cmk.darwin.arm64 zsh: killed ./cmk.darwin.arm64 % ./cmk.darwin.x86-64 zsh: killed ./cmk.darwin.x86-64 -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #113: Build compatible for Apple M1 CPU
rohityadavcloud commented on issue #113: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113#issuecomment-1075540024 Yes @wongster80 pl use the darwin arm64 build from https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.darwin.arm64 After downloading, don't forget to run `chmod +x `. I tested this locally: ``` ./cmk.darwin.arm64 -v Apache CloudStack 🐵 CloudMonkey 6.2.0 (build: 2176ff6, 2021-10-27T17:14:21+0530) ``` -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [cloudstack-cloudmonkey] rohityadavcloud edited a comment on issue #113: Build compatible for Apple M1 CPU
rohityadavcloud edited a comment on issue #113: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/113#issuecomment-1075540024 Yes @wongster80 pl use the darwin arm64 build from https://github.com/apache/cloudstack-cloudmonkey/releases/download/6.2.0/cmk.darwin.arm64 After downloading, don't forget to run `chmod +x `. I tested this locally on a M1 macbook air on osx 12.2.1: ``` ./cmk.darwin.arm64 -v Apache CloudStack 🐵 CloudMonkey 6.2.0 (build: 2176ff6, 2021-10-27T17:14:21+0530) ``` -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org