From 6d1b1cc163bab970256d4b267998e8bc990dfe1c Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Tue, 24 Sep 2024 13:25:19 +0000 Subject: [PATCH] add only arm64/v8 as needed for rpi --- .github/workflows/releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index e18183b3..f4840995 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -61,7 +61,7 @@ jobs: tags: ${{ steps.image-metadata.outputs.tags }} labels: ${{ steps.image-metadata.outputs.labels }} containerfiles: ./Dockerfile - platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 + platforms: linux/amd64,linux/arm64/v8 oci: true # Webpack seems to use a lot of open files, increase the max open file limit to accomodate. extra-args: |