You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/20 13:19:15 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #10109: ARROW-12477: [Release] Download aarch64 miniforge

kszucs commented on a change in pull request #10109:
URL: https://github.com/apache/arrow/pull/10109#discussion_r616674678



##########
File path: dev/release/verify-release-candidate.sh
##########
@@ -224,6 +224,8 @@ setup_miniconda() {
     else
         MINICONDA_URL=https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
     fi
+  elif [ "$(uname)" == "Linux" ] && [ "$(uname -m)" == "aarch64" ]; then
+    MINICONDA_URL=https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh
   else
     MINICONDA_URL=https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh

Review comment:
       Shall we use miniforge form amd64 as well?




-- 
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.

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