We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! During an installation of an application package which does depend on Ruby Gems I got an error
…/lefthook:12:in `<main>': Unknown architecture: aarch64 (RuntimeError)
I use lefthook-0.7.7 in a Parallels VM running Ubuntu on an ARM based Mac. The solution was an additional line
when /aarch64/ then "arm64" # Linux ARM in Parallels
so that "aarch64" is also recognized as ARM architecture.
After this change my software did run. So please add also support for this ARM architecture. See differences-between-arm64-and-aarch64 for details.
The text was updated successfully, but these errors were encountered:
fix(gem): Add aarch64 support (#267)
862d1c3
#267 Signed-off-by: Valentin Kiselev <[email protected]>
Hey! With the latest lefthook (> 1.0) this should be fixed.
Sorry, something went wrong.
No branches or pull requests
Hi!
During an installation of an application package which does depend on Ruby Gems I got an error
I use lefthook-0.7.7 in a Parallels VM running Ubuntu on an ARM based Mac.
The solution was an additional line
so that "aarch64" is also recognized as ARM architecture.
After this change my software did run. So please add also support for this ARM architecture. See differences-between-arm64-and-aarch64 for details.
The text was updated successfully, but these errors were encountered: