From 6be8add640d8ee0785c6ad550c0f66bb9c6fc126 Mon Sep 17 00:00:00 2001 From: Timothy Miller Date: Sun, 28 Feb 2021 16:18:06 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20CI=20Multi-Arch=20Docker=20Build?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/image.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 7b47e1b..248e325 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: build the image - run: | - docker buildx build \ - --tag timothyjmiller/cloudflare-ddns:latest \ - --platform linux/ppc64le,linux/s390x,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 . \ No newline at end of file + run: | + docker buildx build \ + --tag timothyjmiller/cloudflare-ddns:latest \ + --platform linux/ppc64le,linux/s390x,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 . \ No newline at end of file diff --git a/README.md b/README.md index aa21e16..777138b 100755 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ You can handle ddns for multiple domains (cloudflare zones) using the same docke ## 🐳 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.