-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
post-install script breaks on aarch64
platform
#159
Comments
I see it is the same. I would map it to |
@maxhr please, check if it works if you use code from the attached PR. |
@volovyk-s it fails on: Inside a Docker container from
|
We do not have a build for ARM Linux, what machine are you using, M1 Mac? |
Ideally, it should be one more job here: https://github.com/near/binaryen/blob/main/.github/workflows/release-artifacts.yml |
done in #393 |
From my (limited) understanding or archs,
aarch64
andarm64
are the same.This checks doesn't allow installation to pass on aarch64:
https://github.com/near/near-sdk-js/blob/develop/cli/post-install.js#L11
For me it breaks inside a Docker container on my mac, and it doesn't break outside the container.
The text was updated successfully, but these errors were encountered: