2020-07-25 03:36:55 +00:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
|
|
|
. $(dirname $0)/util
|
2020-11-21 20:36:45 +00:00
|
|
|
set -e
|
2020-07-25 03:36:55 +00:00
|
|
|
|
2020-11-21 20:36:45 +00:00
|
|
|
buildxCmd build \
|
|
|
|
--target validate \
|
|
|
|
--output "type=cacheonly" \
|
|
|
|
--file ./hack/dockerfiles/shfmt.Dockerfile \
|
|
|
|
.
|