cyb70289 commented on a change in pull request #10109:
URL: https://github.com/apache/arrow/pull/10109#discussion_r616742620
##########
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:
Using miniforge for all platforms looks better to me.
Maybe after 4.0 release? I don't know.
--
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:
[email protected]