Hello, does this group manage the Conan recipe for this project? When installing on my M1 Macbook Pro, the recipe errs with the following message:
opentelemetry-cpp/1.8.1: Invalid ID: opentelemetry-cpp/1.8.1 doesn't support architecture : armv8
This is simply due to a hard-coded check in the Conan recipe.
Based on the pull request title from #1325 however, it appears that ARM architecture is supported. If so, is it possible for the hard-coded check in the Conan recipe be updated so that I can install the library on my system via the Conan package?