From a896a2b5ad4304930220b63a1d570268576e6b57 Mon Sep 17 00:00:00 2001 From: mudler Date: Thu, 13 Apr 2023 01:21:40 +0200 Subject: [PATCH] Drop armv7 builds --- .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 2a46791..2398e91 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -63,7 +63,7 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm64,linux/arm + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.prep.outputs.tags }} - name: Build PRs