buildkit/hack/validate-shfmt

11 lines
169 B
Bash
Executable File

#!/usr/bin/env sh
. $(dirname $0)/util
set -e
buildxCmd build \
--target validate \
--output "type=cacheonly" \
--file ./hack/dockerfiles/shfmt.Dockerfile \
.