diff --git a/Makefile b/Makefile index a631817b..3fd67bec 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,14 @@ shell: binaries: ./hack/binaries +install: binaries + mkdir -p ~/.docker/cli-plugins + cp bin/buildx ~/.docker/cli-plugins/docker-buildx + lint: ./hack/lint - + vendor: ./hack/update-vendor -.PHONY: vendor lint shell binaries \ No newline at end of file +.PHONY: vendor lint shell binaries install \ No newline at end of file