mirror of
https://github.com/moby/buildkit.git
synced 2026-06-24 08:47:57 +00:00
appdefaults_unix.go, constants_unix.go: /run is a thing only for Linux. Other Unixes use /var/run. diffapply_linux.go and source_linux.go: These files use Linux-only API. Signed-off-by: Marat Radchenko <marat@slonopotamus.org>
7 lines
138 B
Go
7 lines
138 B
Go
package appdefaults
|
|
|
|
const (
|
|
Address = "unix:///run/buildkit/buildkitd.sock"
|
|
traceSocketPath = "/run/buildkit/otel-grpc.sock"
|
|
)
|