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
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.
The text was updated successfully, but these errors were encountered:
The Dockerfile installs the
amd64
version ofgo-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 forgo-ipfs
), but probably a better approach is to base the container image on the official upstreamgo-ipfs
Docker images.The text was updated successfully, but these errors were encountered: