Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
This commit is contained in:
Silvin Lubecki 2020-11-06 14:35:16 +01:00
Родитель cf3f87f600
Коммит f85027e6fd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -69,7 +69,7 @@ package-cross: cross ## Package the cross compiled binaries in tarballs for *nix
.PHONY: install
install: build ## Install the tool to your /usr/local/bin/
cp bin/$(PLATFORM_BINARY) /usr/local/bin/$(BINARY)
cp bin/$(BINARY_NAME) /usr/local/bin/$(BINARY)
.PHONY: test ## Run unit tests then end-to-end tests
test: test-unit e2e