When attempting to build Milvus-Lite on a RISC-V architecture (e.g., SG2042/TH1520) using Conan, the following error occurs during dependency resolution:

Key Observations:
1.The error indicates that the cmake/3.30.5 package is incompatible with the target architecture configuration.
2.Despite building on RISC-V (riscv64), the error references invalid armv8 architectures (armv8 64 and armv8 8), suggesting a misconfiguration or metadata mismatch in Conan packages.
3.This blocks RISC-V users from resolving dependencies and proceeding with the build.
This description focuses on the core error and its impact on RISC-V builds. Let me know if further adjustments are needed!
When attempting to build Milvus-Lite on a RISC-V architecture (e.g., SG2042/TH1520) using Conan, the following error occurs during dependency resolution:
Key Observations:
1.The error indicates that the cmake/3.30.5 package is incompatible with the target architecture configuration.
2.Despite building on RISC-V (riscv64), the error references invalid armv8 architectures (armv8 64 and armv8 8), suggesting a misconfiguration or metadata mismatch in Conan packages.
3.This blocks RISC-V users from resolving dependencies and proceeding with the build.
This description focuses on the core error and its impact on RISC-V builds. Let me know if further adjustments are needed!