Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated README.md added multi-platform support to pipeline #2

Merged
merged 2 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading