Skip to content

Commit

Permalink
Merge branch 'main' into elastic-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier authored Aug 16, 2023
2 parents 8c2867c + bda807d commit d15f3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/pre_build_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ "$(uname)" == Darwin ]]; then
conda install -yq wget
fi

if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" || "$ARCH" == "aarch64" ]]; then
# Install libpng from Anaconda (defaults)
conda install libpng -yq
conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch
Expand Down

0 comments on commit d15f3aa

Please sign in to comment.