From 15a210d14aa82cf560b2367db72559744847ffc2 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Tue, 4 Oct 2022 11:50:10 +0200 Subject: [PATCH] Remove Arm7 as it is too slow to build and I'm not using on a Rasp PI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 193a9b3..373143e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,8 @@ jobs: context: . pull: true push: true - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 + # platforms: linux/amd64,linux/arm64,linux/arm/v7 cache-from: ${{ env.TAGGED_IMAGE }} cache-to: type=inline build-args: ${{ matrix.buildArgs }}