blob: 264f47c92b3499e8ff3d2eb3a48155a7d4e34192 [file] [log] [blame]
default:
go install -v ./go/certpoller
loadtest:
go install -v ./go/loadtest
release: default
./build_release "`git log -n1 --format=%s`"
# Build and push targets for nginx-skia-org running in skia-public.
k8s_release:
./build_nginx_skia_org_release "`git log -n1 --format=%s`"
k8s_push:
pushk nginx-skia-org
k8s_run:
# You can test the config locally by running this target and observing that
# nginx doesn't fail.
docker run nginx-skia-org:latest