From b65da77ba11c590e1353651289858c0f1aae4c59 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Mon, 17 Jun 2024 20:51:02 +0200 Subject: [PATCH] Try build only arm64 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ffbb07..263abb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: context: . pull: true push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 # platforms: linux/amd64,linux/arm64,linux/arm/v7 cache-from: ${{ env.TAGGED_IMAGE }} cache-to: type=inline