thoughtworks / talisman

Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.
https://thoughtworks.github.io/talisman/
MIT License
1.91k stars 241 forks source link

Talisman doesn't support Mac M1 architecture #316

Closed kunwaratulhax0r closed 3 years ago

kunwaratulhax0r commented 3 years ago

I was setting up my pipelines for pre-commit and pre-push hooks, and unfortunately Talisman doesn't support M1 architecture as of now and it support only x86 and x86_64 architectures. Request you to please provide a support for M1 architecture.

svishwanath-tw commented 3 years ago

I'd like to know if you have tried brew install. Recent comments from the homebrew team members suggest that you should be able to install talisman via homebrew.

svishwanath-tw commented 3 years ago

@kunwaratulhax0r : You should now be able to download and install M1 binaries.