diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 720a94de..2daf21b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,13 +54,13 @@ jobs: cache-from: type=registry,ref=ghcr.io/filecoin-station/core cache-to: type=inline - - name: Build Docker image for other platforms - uses: docker/build-push-action@v4 - with: - context: . - platforms: linux/arm64 - cache-from: type=registry,ref=ghcr.io/filecoin-station/core - cache-to: type=inline + # - name: Build Docker image for other platforms + # uses: docker/build-push-action@v4 + # with: + # context: . + # platforms: linux/arm64 + # cache-from: type=registry,ref=ghcr.io/filecoin-station/core + # cache-to: type=inline - name: Start Station Core container run: |