mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
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"
|
|
)
|