From e13d2668b0547b66d214b8aefdca705f0f5a82c3 Mon Sep 17 00:00:00 2001 From: Mandar Patil Date: Sun, 23 Jun 2024 13:09:18 -0700 Subject: [PATCH] Removed arm/v7 due to unavailable lsio image. --- .github/workflows/ci-main-test-coverage-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main-test-coverage-deploy.yml b/.github/workflows/ci-main-test-coverage-deploy.yml index b7df1f10..5e7eca83 100644 --- a/.github/workflows/ci-main-test-coverage-deploy.yml +++ b/.github/workflows/ci-main-test-coverage-deploy.yml @@ -217,7 +217,7 @@ jobs: NEW_HEARTBEAT_ENDPOINT=${{ secrets.NEW_HEARTBEAT_ENDPOINT }} APP_VERSION=main push: true - platforms: linux/arm64, linux/amd64, linux/arm/v7 + platforms: linux/arm64, linux/amd64 tags: mandarons/icloud-drive:main cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max