mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
Remove build flag for local backend
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
6
Makefile
6
Makefile
@@ -39,7 +39,7 @@ protos: ## Generate go code from .proto files
|
||||
cli: ## Compile the cli
|
||||
@docker build . --target cli \
|
||||
--platform local \
|
||||
--build-arg BUILD_TAGS=example,local,e2e \
|
||||
--build-arg BUILD_TAGS=example,e2e \
|
||||
--build-arg GIT_TAG=$(GIT_TAG) \
|
||||
--output ./bin
|
||||
|
||||
@@ -63,7 +63,7 @@ cross: ## Compile the CLI for linux, darwin and windows
|
||||
|
||||
test: ## Run unit tests
|
||||
@docker build . \
|
||||
--build-arg BUILD_TAGS=example,local \
|
||||
--build-arg BUILD_TAGS=example \
|
||||
--build-arg GIT_TAG=$(GIT_TAG) \
|
||||
--target test
|
||||
|
||||
@@ -72,7 +72,7 @@ cache-clear: ## Clear the builder cache
|
||||
|
||||
lint: ## run linter(s)
|
||||
@docker build . \
|
||||
--build-arg BUILD_TAGS=example,local,e2e \
|
||||
--build-arg BUILD_TAGS=example,e2e \
|
||||
--build-arg GIT_TAG=$(GIT_TAG) \
|
||||
--target lint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user