-
Notifications
You must be signed in to change notification settings - Fork 133
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
arm64 build needed #44
Comments
The upstream Fluent Bit project have added Arm64v8 packages for most Linux distributions as a supported platform - See. Are there any other component pieces needed for Arm64 support at this time? |
This GitHub project produces the Docker image that includes not only the upstream software, but also the AWS-specific plugins it uses (CloudWatch Logs, Kinesis Streams, etc.). Those plugins have to be compiled for Arm64v8, too. |
This sounds like a feature request rather than a defect to me. |
This is particularly important on EKS. This runs as a daemonset to export container logs to CloudWatch Logs, or other targets. If every node runs an instance, but it's not supported on ARM, that means ARM instances aren't properly supported as EKS nodes, not even in a mixed setup with x86 nodes for other non supported software running in deployments only. |
AWS fluent bit ARM 64 support is coming soon. |
Hi @otterley @JeffUnderhill @autarchprinceps , ARM64 is included in our recent release. Please check here: https://github.com/aws/aws-for-fluent-bit/blob/mainline/CHANGELOG.md. Thanks. This issue will be closed. |
Now that ECR supports multi-arch images, and EC2 instance types using Graviton2 processors have reached GA, it's time for us to build dual x86-64/arm64 images using multi-arch builds.
The text was updated successfully, but these errors were encountered: