Skip to content

Commit

Permalink
Change mambaforge to arm64 build for osx-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored Jan 31, 2024
1 parent cfa34ac commit 5c53238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/build_osx_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export FEEDSTOCK_ROOT=`pwd`

echo -e "\n\nInstalling a fresh version of Miniforge."
MINIFORGE_URL="https://github.com/conda-forge/miniforge/releases/latest/download"
MINIFORGE_FILE="Mambaforge-MacOSX-x86_64.sh"
MINIFORGE_FILE="Mambaforge-MacOSX-arm64.sh"
curl -L -O --silent "${MINIFORGE_URL}/${MINIFORGE_FILE}"
/bin/bash $MINIFORGE_FILE -b

Expand Down

0 comments on commit 5c53238

Please sign in to comment.