#!/usr/bin/env bash set -euo pipefail docker buildx create --name greencoast --use || true docker run --privileged --rm tonistiigi/binfmt --install all docker buildx inspect --bootstrap echo "Buildx ready."