-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support arm64 builds #13
Comments
@mika what is missing from our side to be able to add arm64 architecture in the builds? |
@linuxmaniac I'd say setting up arm64 based jenkins slaves? All the building blocks should be there, so I'd say let's look into this together? :) |
I would say we just need to cross-build in the same nodes. |
Also fine for me, though did you test what build times we'd have? (arm64 via qemu is wayyyy slower than native builds) |
We might only need to use qemu if we want to run arm64 code, such as from the test suite. Otherwise using the gcc crosstoolchains should be enough. We'd need to check whether the kamailio code is cross-buildable though. :) |
Yes, we don't need to run any arm64 code, just build it. And yes, kamailio can be built and executed in arm64. |
planning to add support for arm64
The text was updated successfully, but these errors were encountered: