2020-07-25 03:36:55 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
. $(dirname $0)/util
|
2020-11-22 00:34:31 +00:00
|
|
|
set -e
|
2020-07-25 03:36:55 +00:00
|
|
|
|
2020-11-22 00:34:31 +00:00
|
|
|
buildxCmd build \
|
|
|
|
--target "update" \
|
|
|
|
--output "type=local,dest=." \
|
|
|
|
--file "./hack/dockerfiles/shfmt.Dockerfile" \
|
|
|
|
.
|