From 21bd61d9547169bd24b481258d0812a2dbcfc493 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Wed, 24 Jan 2024 22:04:38 +1000 Subject: [PATCH] remove arm32 build --- .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 17988d84..361944d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: image: ${{github.event.repository.full_name}} tags: latest ${{ github.sha }} oci: true - platforms: linux/amd64, linux/arm, linux/arm64 + platforms: linux/amd64, linux/arm64 - name: Push To Registry id: push-to-registry