Reduce platforms for nightly builds, too
authorPablo Zmdl <redacted>
Fri, 14 Feb 2025 11:20:40 +0000 (12:20 +0100)
committerPablo Zmdl <redacted>
Fri, 14 Feb 2025 11:20:40 +0000 (12:20 +0100)
.github/workflows/build-and-publish-nightly.yml

index 58caa393b9270aab38fe948305fdc07a151c83c6..9db5840c3e5b8feb2a5ad2e6ffe3e89c001ef5c0 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         uses: docker/build-push-action@v5
         with:
           context: nightly
-          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: roundcube/roundcubemail:nightly
           # 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
git clone https://git.99rst.org/PROJECT