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
Our current Docker image livepeer/geth-with-livepeer-protocol supports only the amd64 arch. Therefore it can't be used on the arm64 arch. That's especially important, because a lot of developers use Apple M1 chips (arm64/8).
The correct solution is create multi-arch Docker image livepeer/geth-with-livepeer-protocol which supports both architectures amd64 and arm64. To build such an image docker buildx can be used. A command to build and push it may look like this one.
Our current Docker image livepeer/geth-with-livepeer-protocol supports only the
amd64
arch. Therefore it can't be used on thearm64
arch. That's especially important, because a lot of developers use Apple M1 chips (arm64/8
).As a workaround, Ivan built a separate
arm64/8
Docker image available at darkdragon/geth-with-livepeer-protocol. However it's a suboptimal.The correct solution is create multi-arch Docker image
livepeer/geth-with-livepeer-protocol
which supports both architecturesamd64
andarm64
. To build such an imagedocker buildx
can be used. A command to build and push it may look like this one.The text was updated successfully, but these errors were encountered: