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
I want to install aws cli on an arm instance. Looking at the code, it would help if you inherit DOWNLOAD_URL(optional) from yml environment variables just like AWS_CLI_VERSION. That way we can provide the aws cli package URL in the workflow file itself(amd or arm). Or just have an env variable like ARCH with possible values of arm and amd.
I want to install aws cli on an arm instance. Looking at the code, it would help if you inherit
DOWNLOAD_URL
(optional) from yml environment variables just like AWS_CLI_VERSION. That way we can provide the aws cli packageURL
in the workflow file itself(amd or arm). Or just have an env variable likeARCH
with possible values of arm and amd.https://aws.amazon.com/blogs/developer/aws-cli-v2-now-available-for-linux-arm/
The text was updated successfully, but these errors were encountered: