mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-24 04:08:04 +08:00
vendor: github.com/moby/buildkit v0.21.0-rc1
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
This commit is contained in:
23
vendor/github.com/tonistiigi/fsutil/docker-bake.hcl
generated
vendored
23
vendor/github.com/tonistiigi/fsutil/docker-bake.hcl
generated
vendored
@@ -60,7 +60,15 @@ target "test-noroot" {
|
||||
output = ["${DESTDIR}/coverage"]
|
||||
}
|
||||
|
||||
target "lint" {
|
||||
group "lint" {
|
||||
targets = ["lint-golangci", "lint-gopls"]
|
||||
}
|
||||
|
||||
group "lint-cross" {
|
||||
targets = ["lint-golangci-cross", "lint-gopls-cross"]
|
||||
}
|
||||
|
||||
target "lint-golangci" {
|
||||
inherits = ["_common"]
|
||||
dockerfile = "./hack/dockerfiles/lint.Dockerfile"
|
||||
output = ["type=cacheonly"]
|
||||
@@ -69,8 +77,17 @@ target "lint" {
|
||||
}
|
||||
}
|
||||
|
||||
target "lint-cross" {
|
||||
inherits = ["lint", "_platforms"]
|
||||
target "lint-gopls" {
|
||||
inherits = ["lint-golangci"]
|
||||
target = "gopls-analyze"
|
||||
}
|
||||
|
||||
target "lint-golangci-cross" {
|
||||
inherits = ["lint-golangci", "_platforms"]
|
||||
}
|
||||
|
||||
target "lint-gopls-cross" {
|
||||
inherits = ["lint-gopls", "_platforms"]
|
||||
}
|
||||
|
||||
target "validate-generated-files" {
|
||||
|
Reference in New Issue
Block a user