|
@@ -39,7 +39,7 @@ protos: ## Generate go code from .proto files
|
|
|
cli: ## Compile the cli
|
|
cli: ## Compile the cli
|
|
|
@docker build . --target cli \
|
|
@docker build . --target cli \
|
|
|
--platform local \
|
|
--platform local \
|
|
|
- --build-arg BUILD_TAGS=example,local,e2e \
|
|
|
|
|
|
|
+ --build-arg BUILD_TAGS=example,e2e \
|
|
|
--build-arg GIT_TAG=$(GIT_TAG) \
|
|
--build-arg GIT_TAG=$(GIT_TAG) \
|
|
|
--output ./bin
|
|
--output ./bin
|
|
|
|
|
|
|
@@ -63,7 +63,7 @@ cross: ## Compile the CLI for linux, darwin and windows
|
|
|
|
|
|
|
|
test: ## Run unit tests
|
|
test: ## Run unit tests
|
|
|
@docker build . \
|
|
@docker build . \
|
|
|
- --build-arg BUILD_TAGS=example,local \
|
|
|
|
|
|
|
+ --build-arg BUILD_TAGS=example \
|
|
|
--build-arg GIT_TAG=$(GIT_TAG) \
|
|
--build-arg GIT_TAG=$(GIT_TAG) \
|
|
|
--target test
|
|
--target test
|
|
|
|
|
|
|
@@ -72,7 +72,7 @@ cache-clear: ## Clear the builder cache
|
|
|
|
|
|
|
|
lint: ## run linter(s)
|
|
lint: ## run linter(s)
|
|
|
@docker build . \
|
|
@docker build . \
|
|
|
- --build-arg BUILD_TAGS=example,local,e2e \
|
|
|
|
|
|
|
+ --build-arg BUILD_TAGS=example,e2e \
|
|
|
--build-arg GIT_TAG=$(GIT_TAG) \
|
|
--build-arg GIT_TAG=$(GIT_TAG) \
|
|
|
--target lint
|
|
--target lint
|
|
|
|
|
|