Skip to content

Commit acb1d0b

Browse files
committed
doc: docker deployment troubleshooting tip
1 parent f57bf10 commit acb1d0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/network-subgraphs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ The container and thus image that initially compiles and pushes the subgraph to
1212
can be recreated with the Dockerfile. To do so:
1313
- build image for local testing first: `docker:buildLocalArch`
1414
- build & publish image: `docker:buildAndPushMultiArch`
15+
- check the image was pushed: https://hub.docker.com/r/streamr/deploy-network-subgraphs/tags
16+
17+
Troubleshooting tips:
18+
* `ERROR: Multiple platforms feature is currently not supported for docker driver.`
19+
* maybe for some reason buildx driver isn't selected/enabled
20+
* if `docker buildx ls` lists `mybuilder`, use that: `docker buildx use mybuilder` and try again
1521

1622
## Mainnet deployment to the Arbitrum / decentralized service (indexing Polygon MATIC)
1723
1. Authenticate: Log into `https://thegraph.com/studio/subgraph/streamr/` using "Streamr subgraph owner" key from 1password. On the right hand side, look for "Auth & Deploy" and "Authenticate in CLI". Copy the command and run it in the terminal: `npx graph auth DEPLOY_KEY`

0 commit comments

Comments
 (0)