mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-13 15:07:10 +08:00
makefile: add install target
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
6
Makefile
6
Makefile
@ -4,10 +4,14 @@ shell:
|
|||||||
binaries:
|
binaries:
|
||||||
./hack/binaries
|
./hack/binaries
|
||||||
|
|
||||||
|
install: binaries
|
||||||
|
mkdir -p ~/.docker/cli-plugins
|
||||||
|
cp bin/buildx ~/.docker/cli-plugins/docker-buildx
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
./hack/lint
|
./hack/lint
|
||||||
|
|
||||||
vendor:
|
vendor:
|
||||||
./hack/update-vendor
|
./hack/update-vendor
|
||||||
|
|
||||||
.PHONY: vendor lint shell binaries
|
.PHONY: vendor lint shell binaries install
|
Reference in New Issue
Block a user