mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00

full diff: 8e3fe35738...d6e142600e
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
7 lines
90 B
Go
7 lines
90 B
Go
package appdefaults
|
|
|
|
const (
|
|
BridgeName = "buildkit0"
|
|
BridgeSubnet = "10.10.0.0/16"
|
|
)
|