Support php-darwin cache on Intel macOS

This commit is contained in:
Shivam Mathur
2026-09-08 18:05:05 +05:30
parent 1e29d2af9f
commit de306754b1
+1 -1
View File
@@ -189,7 +189,7 @@ add_php() {
php_keg="php@$version$suffix"
php_formula="shivammathur/php/$php_keg"
if [[ "$existing_version" = "false" || -n "$suffix" || "$action" = "upgrade" ]]; then
if [ "$(uname -m)" = "arm64" ] && [ "${runner:?}" != "self-hosted" ] && \
if [ "${runner:?}" != "self-hosted" ] && \
[ "${use_package_cache:-true}" != "false" ] && setup_cached_versions; then
return 0
fi