From aeff0dd6f05f14a1d5a2e2b45923132bf7e32738 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Fri, 4 Feb 2022 09:33:37 +0100 Subject: [PATCH] arm/v7 support removed Signed-off-by: Benny Samir Hierl --- .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 90826ea..3affc6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,6 +80,6 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm,linux/arm64 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.prep.outputs.tags }}