mirror of
https://github.com/moby/buildkit.git
synced 2026-08-10 17:14:08 +00:00
7 lines
110 B
Bash
Executable File
7 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. $(dirname $0)/util
|
|
set -e
|
|
|
|
buildxCmd build --file ./hack/dockerfiles/lint.Dockerfile .
|