mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-11 12:38:27 +00:00
6 lines
159 B
Makefile
6 lines
159 B
Makefile
build:
|
|
@mkdir -p bin
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/ingress-controller ./cmd/caddy
|
|
|
|
publish-docker:
|
|
@echo 'TODO :- not implemented'
|