mirror of
https://github.com/eliasstepanik/caddy-ingess.git
synced 2026-01-11 04:28:28 +00:00
* initial info for contributions * Auto update docker images on file changes for skaffold * improve build time ignoring files that are not relevant
4 lines
110 B
Makefile
4 lines
110 B
Makefile
build:
|
|
@mkdir -p bin
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/ingress-controller ./cmd/caddy
|