Skip to content
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

Only works on amd64 architectures #7

Open
aspiers opened this issue Nov 23, 2021 · 2 comments
Open

Only works on amd64 architectures #7

aspiers opened this issue Nov 23, 2021 · 2 comments

Comments

@aspiers
Copy link
Contributor

aspiers commented Nov 23, 2021

The Dockerfile installs the amd64 version of go-ipfs, which does not work on new Mac M1 machines (aarch64).

This could be fixed simply by detecting which architecture to build with (e.g. there are arm64 downloads for go-ipfs), but probably a better approach is to base the container image on the official upstream go-ipfs Docker images.

@aspiers
Copy link
Contributor Author

aspiers commented Nov 23, 2021

Can confirm that replacing all occurrences of amd64 with arm64 in Dockerfile is a workaround.

@weijiekoh
Copy link
Collaborator

Thanks @aspiers!

I've made a PR: #8

Would love your feedback!

NathanielMY pushed a commit to Notebook-Labs/multisetups that referenced this issue Oct 9, 2023
…evjue/verification_subcommands_fixes

Fixes for verification subcommands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants