mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 10:25:42 +00:00
initial implementation of network create. we only support bridging networks with this first pass. Signed-off-by: baude <bbaude@redhat.com>
4 lines
67 B
Makefile
4 lines
67 B
Makefile
all: build
|
|
|
|
build:
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build
|