🐳 CI Multi-Arch Docker Builds

This commit is contained in:
Timothy Miller 2021-02-28 16:18:06 -05:00
parent 86c935dea7
commit 6be8add640
2 changed files with 5 additions and 5 deletions

View File

@ -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 .

View File

@ -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.