You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,8 @@ The AWS SAM CLI version to install. Installs the latest version by default.
50
50
>
51
51
> This is the recommended approach on supported platforms. It does not require Python to be installed, and is faster than the default installation method.
52
52
>
53
-
> Currently supports Linux x86-64 runners.
54
-
55
-
Set to `true` to set up AWS SAM CLI using a native installer. Defaults to `false`.
53
+
> Currently supports Linux x86-64 and aarch64 (ARM) runners. For ARM architecture, only versions 1.104.0 and above are supported.
54
+
> Set to `true` to set up AWS SAM CLI using a native installer. Defaults to `false`.
0 commit comments