diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index b9c2dde..8a67b3f 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -48,5 +48,6 @@ jobs: # Enabling the line below restricts Docker images to only be built for branches # push: ${{github.event_name != 'pull_request'}} push: true + platforms: linux/amd64,linux/arm64 tags: ${{steps.docker_meta.outputs.tags}} labels: ${{steps.docker_meta.outputs.labels}} diff --git a/README.md b/README.md index ecd7c33..0d68fa6 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,13 @@ QmfNueFQg19hyBtCRUPJRpxVtdwtp8cgWpuRoQpRP3n9st ## Docker -- TO BE ADDED +The easiest way is to use the built docker image + +```bash +docker run -it ghcr.io/graphprotocol/ipfs-mgm sync --help +``` ## TODO: -- [ ] Implement assync calls by creating a worker queue in batches +- [ ] Implement async calls by creating a worker queue in batches - [ ] Add directory support for sync operation