buildkit/Makefile

7 lines
112 B
Makefile

test:
docker build -f ./hack/dockerfiles/test.Dockerfile .
vendor:
./hack/update-vendor
.PHONY: vendor test