mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-15 16:07:11 +08:00
vendor: github.com/moby/buildkit v0.13.0-rc2
full diff: https://github.com/moby/buildkit/compare/8e3fe35738c2...v0.13.0-rc2 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
12
vendor/github.com/tonistiigi/fsutil/docker-bake.hcl
generated
vendored
12
vendor/github.com/tonistiigi/fsutil/docker-bake.hcl
generated
vendored
@ -1,5 +1,9 @@
|
||||
variable "GO_VERSION" {
|
||||
default = "1.20"
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "DESTDIR" {
|
||||
default = "./bin"
|
||||
}
|
||||
|
||||
group "default" {
|
||||
@ -18,12 +22,14 @@ group "test" {
|
||||
|
||||
target "test-root" {
|
||||
inherits = ["build"]
|
||||
target = "test"
|
||||
target = "test-coverage"
|
||||
output = ["${DESTDIR}/coverage"]
|
||||
}
|
||||
|
||||
target "test-noroot" {
|
||||
inherits = ["build"]
|
||||
target = "test-noroot"
|
||||
target = "test-noroot-coverage"
|
||||
output = ["${DESTDIR}/coverage"]
|
||||
}
|
||||
|
||||
target "lint" {
|
||||
|
Reference in New Issue
Block a user