Is arm64 supported? #2261
Replies: 3 comments 1 reply
-
@Levi-Armstrong ARM64 is definitely supported. We just don't have the CI. There is a open issue for same - #1417 , if someone wants to volunteer adding it. |
Beta Was this translation helpful? Give feedback.
-
The reason we don't have a CI for arm64, is that it takes really long time to build. We would need a registry to push images for dependencies e.g. |
Beta Was this translation helpful? Give feedback.
-
Just a thought, we can at-least add CI to build the otel-cpp for ARM using clang/gcc cross-compiler. Mayn't run the unit-tests as that would need the qemu emulator and could be slow. There are various container offering for ARM cross compiler on x86 containers to use it - https://github.com/dockcross/dockcross. Sort of partial test, but good to investigate. |
Beta Was this translation helpful? Give feedback.
-
I noticed that some of the other repos in this organization has arm64 CI build but this one does not. Is there any reason this would not work on arm64?
Beta Was this translation helpful? Give feedback.
All reactions