From bff78c2daa526fdf783bfdbd79391a1881ca3528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 26 Apr 2023 13:33:26 +0200 Subject: [PATCH] REVERT ME: temporarily disable arm64 builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: |