Skip to content

Commit ef34a38

Browse files
committed
Add remote buildx driver
Signed-off-by: Ben Moss <[email protected]>
1 parent f24d345 commit ef34a38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/compose/build_buildkit.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import (
4040
_ "github.com/docker/buildx/driver/docker" //nolint:blank-imports
4141
_ "github.com/docker/buildx/driver/docker-container" //nolint:blank-imports
4242
_ "github.com/docker/buildx/driver/kubernetes" //nolint:blank-imports
43+
_ "github.com/docker/buildx/driver/remote" //nolint:blank-imports
4344
xprogress "github.com/docker/buildx/util/progress"
4445
)
4546

0 commit comments

Comments
 (0)