From ecffb9fa41f5812038e0d5ec5895f0c6ac95c064 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 25 Sep 2024 07:25:31 +0100 Subject: [PATCH] Remove linux/arm/v7 platform Remove linux/arm/v7 platform due to lack of use, and replacement by linux/arm64 platform. Signed-off-by: Alex Ellis --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index acbe15e..faf7ef0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -42,7 +42,7 @@ jobs: faas-cli publish --extra-tag ${{ github.sha }} --build-arg GO111MODULE=on - --platforms linux/arm/v7,linux/arm64,linux/amd64 + --platforms linux/arm64,linux/amd64 - name: Publish amd64-only functions run: >