Skip to content

Commit

Permalink
Merge pull request #2 from graphprotocol/rotarur/readme
Browse files Browse the repository at this point in the history
updated README.md
added multi-platform support to pipeline
added branches filter for the pipeline to trigger only from main
  • Loading branch information
rotarur authored Sep 26, 2023
2 parents 8e358c9 + 5637ade commit d76c9d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- v*.*.*
branches:
- main
pull_request:
branches: [main]

Expand Down Expand Up @@ -48,5 +50,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 d76c9d9

Please sign in to comment.