We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e099ee commit 31b295bCopy full SHA for 31b295b
.scripts/run_osx_build.sh
@@ -88,8 +88,7 @@ echo ""
88
89
( endgroup "Configuring conda" ) 2> /dev/null
90
91
-# Set the target arch
92
-# check TARGET_ARCH IS SET AND USE IT, otherwise fallback to auto detection
+# Set the target arch or auto detect it
93
if [[ -z "${TARGET_ARCH}" ]]; then
94
if [[ "$(uname -m)" == "arm64" ]]; then
95
TARGET_ARCH="arm64"
0 commit comments