From c685b95dcd56cadc3e920a9d260947117a853867 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Mon, 3 Feb 2025 15:17:56 +0100 Subject: [PATCH] Remove problematic platforms The removed platforms repeatedly caused building errors, and are pretty niche, too. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6d5d7032..4efe04070 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: uses: docker/build-push-action@v5 with: context: ${{ matrix.variant }} - platforms: "linux/arm64,linux/arm/v6,linux/arm/v7,linux/s390x,linux/ppc64le,linux/386,linux/amd64," + platforms: "linux/arm64,linux/arm/v6,linux/arm/v7,linux/386,linux/amd64," push: true tags: ${{ matrix.docker-tag }} # does not work linux/arm/v5 AND linux/mips64le - composer does not support mips64le or armv5 nor does the php image support them on the alpine variant