Skip to content

Commit ca3f90c

Browse files
committed
Revert "refactor: remove ppc64le and s390x architectures"
This reverts commit 31972f5.
1 parent 31972f5 commit ca3f90c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-docker-image-alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
push: true
117117
build-args: |
118118
CADDY_VERSION=${{ env.VERSION }}
119-
platforms: linux/amd64,linux/arm64,linux/arm/v7
119+
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
120120
tags: |
121121
ghcr.io/${{ env.REPO_OWNER }}/caddy-cloudflare:${{ env.VERSION }}-alpine
122122
ghcr.io/${{ env.REPO_OWNER }}/caddy-cloudflare:alpine

.github/workflows/build-docker-image-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
push: true
117117
build-args: |
118118
CADDY_VERSION=${{ env.VERSION }}
119-
platforms: linux/amd64,linux/arm64,linux/arm/v7
119+
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
120120
tags: |
121121
ghcr.io/${{ env.REPO_OWNER }}/caddy-cloudflare:${{ env.VERSION }}
122122
ghcr.io/${{ env.REPO_OWNER }}/caddy-cloudflare:latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Deploy a hassle-free Caddy server with built-in support for Cloudflare DNS-01 AC
2626
- **Automated Builds**: Automatically checks for new Caddy releases and builds Docker images.
2727
- **Continuous Integration**: Utilizes GitHub Actions for seamless CI/CD.
2828
- **Cloudflare DNS Integration**: Integrates Cloudflare DNS for automatic SSL certificate management.
29-
- **Multi-Platform Support**: Builds images for multiple architectures, including `amd64`, `arm64` & `arm/v7` (Raspberry Pi)
29+
- **Multi-Platform Support**: Builds images for multiple architectures, including `amd64`, `arm64`, `arm/v7` (Raspberry Pi), `ppc64le`, and `s390x` , ensuring compatibility across a wide range of devices and systems.
3030
- **Alpine-based Image**: Provides a lightweight Alpine-based image for smaller size and faster deployment.
3131
- **Manual Trigger**: Allows manual triggering of the build process.
3232
- **Open Source**: Contributions are welcome under the MIT License.

0 commit comments

Comments
 (0)