buildkit/cmd/buildkitd/main_windows.go

8 lines
95 B
Go

// +build windows
package main
import (
_ "github.com/moby/buildkit/solver/llbsolver/ops"
)