mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-11 20:48:27 +00:00
3 lines
109 B
Makefile
3 lines
109 B
Makefile
build:
|
|
@mkdir -p bin
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/ingress-controller ./cmd/caddy
|