🖥️ Pi-zero support (ARMv6)

📊 Docker Image Stats
💬 Official Discord Server for support
This commit is contained in:
timothymiller 2020-12-08 03:07:40 -05:00
parent 96f781f8b3
commit a633478239
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
docker buildx build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest .
docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest .

1
publish-docker-image.sh Executable file
View File

@ -0,0 +1 @@
docker buildx build --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest --push .