-
Notifications
You must be signed in to change notification settings - Fork 87
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
Supporting Apple Silicon M1 ARM Architecture #192
Comments
I was able to follow the instruction at https://github.com/aws/aws-extensions-for-dotnet-cli/blob/master/CONTRIBUTING.md and create a working version. Thanks. |
I have tested the I'm in the process of pushing out a new version of the tool that will target .NET Core 3.1 and .NET 6 which should mean on your machine it will pick the .NET 6 version. |
Waiting on .NET 6 target support on AWS .NET CLI extensions. |
I have pushed version 5.3.0 of the Lambda tool that adds a .NET 6 target framework for build. This should unblock M1 users with only the ARM version of .NET 6 installed. |
@timdinh Please upgrade to latest version and verify if the issue is resolved. |
@normj @ashishdhingra Thanks guys, version 5.3.0 works now. |
|
We get the following error when issuing the command
dotnet lambda
on Apple M1 machineThe machine has the following dotnet SDKs and runtimes installed
Describe the Feature
Add support so that the command
dotnet lambda
run without error on Apple M1 machineIs your Feature Request related to a problem?
see above
Describe alternatives you've considered
There are no solutions that we know of
Additional Context
We have an ASPNET Core WebApi solution that we are publishing as a serverless to AWS.
Environment
MacOS Monterey
dotnet 6.0
Apple M1 arm64 architect
👋 I may be able to implement this feature request
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: