-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add special Deployment instructions for the Mac M1 #263
Conversation
Can one of the admins verify this patch? |
14 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
@@ -13,6 +13,13 @@ cd swift-aws-lambda-runtime/Examples/Deployment | |||
|
|||
Note: The example scripts assume you have [jq](https://stedolan.github.io/jq/download/) command line tool installed. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This information seems to apply to all types of deployments here (CLI, SAM, Serverless) so I made a special section for it. For an M1 user, this information is really critical.
@swift-server-bot test this please |
thank you @gestrich |
This adds brief notes on building from an M1 as I don't believe the samples will work without special adjustments.
Motivation:
I had spent a few days attempting to build from my M1 but was a bit confused as to what was wrong. It turned out to be a very simple fix.
Modifications:
Update the Deployment documentation so that M1 users quickly know they need to make some adjustments before spending time trying to deploy the samples.
Result:
Hopefully more users on M1s will be able to deploy the samples.