Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
added multi-platform support to pipeline
  • Loading branch information
rotarur committed Sep 26, 2023
1 parent 8e358c9 commit 950a898
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 950a898

Please sign in to comment.