mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. $(dirname $0)/util
|
|
set -eu
|
|
|
|
buildxCmd build --file ./hack/dockerfiles/lint.Dockerfile .
|