-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add ARM support #1241
base: main
Are you sure you want to change the base?
Add ARM support #1241
Conversation
Seams like there are no prebuilt binaries |
Correct. iotaledger/iota-sdk#97 |
nor x64?
And including cargo so it can be built results in this:
|
hello? anyone care about this PR? See comment above |
The SDK is blocking this issue. Why do you try to build the explorer from scratch? We have a docker image for it. If you need further help please ask on our discord |
I'm not building the explorer, I'm doing something similar with the SDK and running into the same issues. I'll bring this up on Discord. Thanks. |
Description of change
This PR adds support for ARM. Currently it still doesn't work, because there is not ARM support for the SDK it seams.
Links to any relevant issues
Fixes iotaledger/iota-sandbox#28.
Type of change
How the change has been tested
Change checklist