🐳 CI Multi-Arch Docker Builds
This commit is contained in:
parent
86c935dea7
commit
6be8add640
8
.github/workflows/image.yml
vendored
8
.github/workflows/image.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
- name: build the image
|
- name: build the image
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--tag timothyjmiller/cloudflare-ddns:latest \
|
--tag timothyjmiller/cloudflare-ddns:latest \
|
||||||
--platform linux/ppc64le,linux/s390x,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 .
|
--platform linux/ppc64le,linux/s390x,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 .
|
||||||
@ -114,7 +114,7 @@ You can handle ddns for multiple domains (cloudflare zones) using the same docke
|
|||||||
|
|
||||||
## 🐳 Deploy with Docker Compose
|
## 🐳 Deploy with Docker Compose
|
||||||
|
|
||||||
Pre-compiled images are available via the official docker container [on DockerHub](https://hub.docker.com/r/timothyjmiller/cloudflare-ddns).
|
Pre-compiled images are available via [the official docker container on DockerHub](https://hub.docker.com/r/timothyjmiller/cloudflare-ddns).
|
||||||
|
|
||||||
Modify the host file path of config.json inside the volumes section of docker-compose.yml.
|
Modify the host file path of config.json inside the volumes section of docker-compose.yml.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user