From b73fa672a0a3c1e282cc22d90b1ca3b751f78f9c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 2 Sep 2022 13:50:02 +0000 Subject: [PATCH] Build only on amd64 --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index d0148fb..505382e 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -58,6 +58,6 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ${{ steps.prep.outputs.tags }} \ No newline at end of file