diff --git a/README.md b/README.md index 235a00e..3bc500f 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ A small, 🕵️ privacy centric, and ⚡ lightning fast multi-architecture Docker image for self hosting projects. -[![cloudflare-ddns docker image size](https://images.microbadger.com/badges/image/timothyjmiller/cloudflare-ddns.svg)](https://microbadger.com/images/timothyjmiller/cloudflare-ddns "cloudflare-ddns docker image size") +| Size | Downloads | Discord | +| ------------- | ------------- | ------------- | +| [![cloudflare-ddns docker image size](https://img.shields.io/docker/image-size/timothyjmiller/cloudflare-ddns?style=flat-square)](https://img.shields.io/docker/image-size/timothyjmiller/cloudflare-ddns?style=flat-square "cloudflare-ddns docker image size") | [![Total DockerHub pulls](https://img.shields.io/docker/pulls/timothyjmiller/cloudflare-ddns?style=flat-square)](https://img.shields.io/docker/pulls/timothyjmiller/cloudflare-ddns?style=flat-square "Total DockerHub pulls") | [![Official Discord Server](https://img.shields.io/discord/785778163887112192?style=flat-square)](https://img.shields.io/discord/785778163887112192?style=flat-square "Official Discord Server") ## ⁉️ How Private & Secure? diff --git a/build-docker-image.sh b/build-docker-image.sh index 41a88bb..dd400f6 100755 --- a/build-docker-image.sh +++ b/build-docker-image.sh @@ -1 +1 @@ -docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest . \ No newline at end of file +docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest . \ No newline at end of file diff --git a/publish-docker-image.sh b/publish-docker-image.sh new file mode 100755 index 0000000..4743d7e --- /dev/null +++ b/publish-docker-image.sh @@ -0,0 +1 @@ +docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest --push . \ No newline at end of file