From 950a898261e2c727295ec5b6a4d2bc3b3bcd70b9 Mon Sep 17 00:00:00 2001 From: Ruslan Rotaru Date: Tue, 26 Sep 2023 14:32:35 +0100 Subject: [PATCH] updated README.md added multi-platform support to pipeline --- .github/workflows/image.yml | 1 + README.md | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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