From e1478df4cbb378ec8ed4136668ba47c0f7b45631 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Sat, 26 Oct 2024 16:02:09 +0200 Subject: [PATCH] Remove armv7 builds --- .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 10fcbf7..f22006a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,4 +88,4 @@ jobs: run: | docker buildx build --push \ --tag ghcr.io/edenhaus/bumper:${{ steps.tag_name.outputs.tag }} \ - --platform linux/amd64,linux/arm/v7,linux/arm64 . + --platform linux/amd64,linux/arm64 .