universal-resolver
universal-resolver copied to clipboard
Add did:btco driver.
This PR will be ready once the explorer at https://signet.ordinals.com has been updated to the latest release and I have tested the resolver against infrastructure I don't control.
Hello @brianorwhatever thanks for working on this; looking forward to adding support for did:btco !
This is now ready for review the did spec registry PR is here https://github.com/w3c/did-spec-registries/pull/541
@brianorwhatever When I try this, I get the following error:
! driver-did-btco The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested 0.0s
Attaching to universal-resolver-driver-did-btco-1, universal-resolver-uni-resolver-web-1
universal-resolver-driver-did-btco-1 | exec /usr/local/bin/docker-entrypoint.sh: exec format error
universal-resolver-driver-did-btco-1 exited with code 1
I don't have much experience with supporting different platforms in Docker.. Do you know how to fix this? Maybe the image has to be built in a different way?
@peacekeeper I can build it on a different platform. What should I use? I'm guessing linux/amd64
?
Yes that would be good, thanks!