From 8fd170e2a970655257bf9544d5fbf28a21124ef8 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Mon, 17 Jun 2024 22:40:47 +0200 Subject: [PATCH] add amd64 and arm64 to build the image --- .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 263abb9..4ffbb07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: context: . pull: true push: true - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 # platforms: linux/amd64,linux/arm64,linux/arm/v7 cache-from: ${{ env.TAGGED_IMAGE }} cache-to: type=inline