mirror of
https://github.com/containers/podman.git
synced 2025-12-07 22:32:46 +08:00
initial implementation of network create. we only support bridging networks with this first pass. Signed-off-by: baude <bbaude@redhat.com>
5 lines
67 B
Makefile
5 lines
67 B
Makefile
all: build
|
|
|
|
build:
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build
|