mirror of https://github.com/docker/compose.git
Add remote buildx driver
Signed-off-by: Ben Moss <ben@mossity.com>
This commit is contained in:
parent
f24d3458c6
commit
ef34a38ac0
|
@ -40,6 +40,7 @@ import (
|
|||
_ "github.com/docker/buildx/driver/docker" //nolint:blank-imports
|
||||
_ "github.com/docker/buildx/driver/docker-container" //nolint:blank-imports
|
||||
_ "github.com/docker/buildx/driver/kubernetes" //nolint:blank-imports
|
||||
_ "github.com/docker/buildx/driver/remote" //nolint:blank-imports
|
||||
xprogress "github.com/docker/buildx/util/progress"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue