mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 09:11:45 +00:00
11 lines
186 B
Bash
Executable File
11 lines
186 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. $(dirname $0)/util
|
|
set -eu
|
|
|
|
buildxCmd build \
|
|
--target "validate" \
|
|
--output "type=cacheonly" \
|
|
--file "./hack/dockerfiles/generated-files.Dockerfile" \
|
|
.
|