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

[FEATURE] Add support for building ARM64 native binaries when on AMD64 #73

Open
FieryCod opened this issue Oct 29, 2021 · 0 comments
Open
Assignees
Labels
bb:tasks Change in holy-lambda-tasks required enhancement New feature or request

Comments

@FieryCod
Copy link
Owner

Is your feature request related to a problem? Please describe.
Starting from version 0.6.0 people with ARM processor may locally compile a project to a native binary by using a special builder image e.g. ghcr.io/fierycod/holy-lambda-builder:aarch64-java11-21.3.0.

ARM architecture for AWS Lambda is great due to the utilization of Graviton2 processor, which means the lambda functions are much faster in the long run. Also cold starts, and the price per 1M invocations are much lower. See here

Since the architecture of the processor is different users with AMD64 processor cannot use the ARM64 builder natively, but are forced to use QEMU and docker buildx. The compilation is much much slower, but it's possible and we should support it.

@FieryCod FieryCod added the enhancement New feature or request label Oct 29, 2021
@FieryCod FieryCod self-assigned this Oct 29, 2021
@FieryCod FieryCod added the bb:tasks Change in holy-lambda-tasks required label Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb:tasks Change in holy-lambda-tasks required enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant