Set GOARM64=v8.4,lse,crypto #1407
Labels
Priority: Normal
Minor issue impacting one or more users
Type: Feature Request
A big idea that would be split into smaller pieces
Add support for GOARM64 environment variable in cloudflared builds to optimize performance on modern ARM servers, particularly AWS Graviton processors. This would allow users to target specific ARM CPU features and extensions like LSE (Large System Extensions) and hardware crypto acceleration.
Reduces CPU usage through hardware-accelerated crypto operations
I propose setting
GOARM64=v8.4,lse,crypto
This provides:
This setting would provide optimal performance while maintaining compatibility with:
The text was updated successfully, but these errors were encountered: