editorconfig-checker / editorconfig-checker.php

A tool to verify that your files are in harmony with your .editorconfig
https://editorconfig-checker.github.io/
MIT License
55 stars 14 forks source link

Problem with Apple M2 Pro #270

Closed peterkraume closed 1 year ago

peterkraume commented 1 year ago

I have a similar issue as described in #164. My CPU is a Apple M2 Pro.

php -r "echo php_uname('m');" returns arm64.

I tried to add that case to src/EditorconfigChecker/Utilities.php.

But then running ./vendor/bin/ec fails with:

PHP Warning: fopen(https://github.com/editorconfig-checker/editorconfig-checker/releases/download/2.3.5/ec-darwin-arm64.tar.gz): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /...../vendor/editorconfig-checker/editorconfig-checker/src/EditorconfigChecker/Utilities.php on line 80