mirror of
https://github.com/timothymiller/cloudflare-ddns.git
synced 2026-03-21 22:48:57 -03:00
4 lines
248 B
Bash
Executable File
4 lines
248 B
Bash
Executable File
#!/bin/bash
|
|
BASH_DIR=$(dirname $(realpath "${BASH_SOURCE}"))
|
|
docker buildx build --platform linux/ppc64le,linux/s390x,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag timothyjmiller/cloudflare-ddns:latest --push ${BASH_DIR}/../
|