Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 3194afc

Browse files
committed
Introduce build command by cloning buildx bake
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
1 parent e0122a7 commit 3194afc

290 files changed

Lines changed: 73879 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gopkg.lock

Lines changed: 160 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121

2222
required = ["github.com/wadey/gocovmerge"]
2323

24+
[[constraint]]
25+
name = "github.com/docker/buildx"
26+
version = "=v0.3.0"
27+
28+
[[override]]
29+
name = "github.com/moby/buildkit"
30+
revision = "f238f1efb04f00bf0cc147141fda9ddb55c8bc49"
31+
32+
[[override]]
33+
name = "github.com/jaguilar/vt100"
34+
source = "github.com/tonistiigi/vt100"
35+
revision = "ad4c4a5743050fb7f88ce968dca9422f72a0e3f2"
36+
2437
# We need runc at least 0.0.9 to get otherwise missing stubs for non-linux platforms.
2538
# We need > 0.1.1 as it depends on uppercase Sirupsen/logrus.
2639
[[override]]

0 commit comments

Comments
 (0)