You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it would be great if this crate could support Linux-arm64.
If I'm not mistaken, it would only require 2 things:
Compile and upload the corresponding sandbox tarball into S3 (e.g. https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/Linux-arm64/<version>/near-sandbox.tar.gz).
Add the new supported platform in the platform() function in lib.rs.
Given that near-sandbox relies on binary artifacts from nearcore CI, the majority of work will need to be contributed there. I don’t see it as a high priority at the moment, but contributors are welcome and I’m happy to review and discuss solutions
Hi, it would be great if this crate could support
Linux-arm64
.If I'm not mistaken, it would only require 2 things:
Compile and upload the corresponding sandbox tarball into S3 (e.g.
https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/Linux-arm64/<version>/near-sandbox.tar.gz
).Add the new supported platform in the
platform()
function in lib.rs.Thanks in advance!
Note: This issue can also be covered by #7
The text was updated successfully, but these errors were encountered: