You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/16 11:01:15 UTC

[GitHub] [airflow] phanikumv commented on a diff in pull request #25699: Fix aws cli installation script

phanikumv commented on code in PR #25699:
URL: https://github.com/apache/airflow/pull/25699#discussion_r946630471


##########
scripts/in_container/bin/install_aws.sh:
##########
@@ -35,7 +35,11 @@ if command -v aws; then
     exit 1
 fi
 
-DOWNLOAD_URL="https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip"
+if [[ $(uname -m) == "arm64" || $(uname -m) == "aarch64" ]]; then

Review Comment:
   @feluelle I have applied this change.Could you please review?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org