apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
85 stars 42 forks source link

Remove the detection of GOARCH and GOOS when building #218

Closed git-hulk closed 2 days ago

git-hulk commented 2 days ago

For most users, they don't need to have the cross-compilation, and the script for detecting the OS and ARCH might be wrong in some niche operation systems. So let's remove this and users can specify the GOOS/GOARCH environment explicitly if they want.

This closes #216