Skip to content
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

Enable possibility to build agent locally for aarch64 #1052

Conversation

intuibase
Copy link
Contributor

Prepared compiler docker images for aarch64 (ARMv8) linux with glibc (most Linux distributions and for musl-libc (Alpine)

To build agent for glibc linux distributions call:
BUILD_ARCHITECTURE=linux-arm64 make -f .ci/Makefile build

To build agent for musl-libc linux distributions (Alpine) call:
BUILD_ARCHITECTURE=linuxmusl-arm64 make -f .ci/Makefile build

Disabled build of problematic cmocka tests

@intuibase intuibase added this to the 8.11 milestone Sep 5, 2023
@intuibase intuibase self-assigned this Sep 5, 2023
@intuibase intuibase merged commit 908ff2e into elastic:main Sep 7, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants