Added IONOS and Infomaniak certbot plugins

This commit is contained in:
Fuechslein
2021-06-03 18:33:33 +02:00
parent 0e9cd5db9c
commit fd6673420b
2 changed files with 22 additions and 1 deletions

View File

@ -23,9 +23,10 @@ docker buildx build \
--build-arg BUILD_DATE="$(date '+%Y-%m-%d %T %Z')" \
--build-arg GOPROXY="${GOPROXY:-}" \
--build-arg GOPRIVATE="${GOPRIVATE:-}" \
--platform linux/amd64,linux/arm64,linux/arm/7 \
--platform linux/arm64 \
--progress plain \
--pull \
--load \
-f docker/Dockerfile \
$@ \
.