From c78a75f1417c196afd2bb45a2ea2c5abd97d6ae5 Mon Sep 17 00:00:00 2001 From: merlos Date: Tue, 5 Nov 2024 10:25:20 +0300 Subject: [PATCH] remove linux arm7 architecture as it gives error in docker build --- .github/workflows/release-pipeline-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pipeline-docker-image.yml b/.github/workflows/release-pipeline-docker-image.yml index 547e087..c3c9ed3 100644 --- a/.github/workflows/release-pipeline-docker-image.yml +++ b/.github/workflows/release-pipeline-docker-image.yml @@ -62,7 +62,7 @@ jobs: sbom: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64, linux/arm64, linux/arm/v7 + platforms: linux/amd64, linux/arm64 # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)." - name: Generate artifact attestation