Skip to content

Commit

Permalink
Merge pull request #314 from roundcube/reduced-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm authored Feb 11, 2025
2 parents 9e38062 + c685b95 commit 2e7f0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e7f0d5

Please sign in to comment.