Is there an existing issue for this?
Describe the bug
When trying to deploy Dotnet 7 to an Amazon Linux 2 instance using ARM64, an error occurs:
Failed to load /var/task/libcoreclr.so, error: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /var/task/libcoreclr.so)
See open github issue on AWS's lambda forum for further details:
aws/aws-lambda-dotnet#1310
Our team is certainly looking forward to upgrading to dotnet7, especially considering the significant performance improvements. Our app is hosted in AWS utilizing ARM64 on AL2, and this error is one we have not been able to work around.
Expected Behavior
dotnet 7 should run as expected on ARM64 & AL2.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
dotnet 7
Anything else?
No response