fix(make): distro
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
fd39e03fd1
commit
685f784691
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
distro ?= "foss" # ee to build ee
|
||||
distro ?= foss # ee to build ee
|
||||
app ?= "" # app name, default all
|
||||
arch ?= "amd64" # default amd64
|
||||
docker_repo ?= "public.ecr.aws/p1t3u8a3"
|
||||
|
|
@ -14,7 +14,7 @@ help: ## Prints help for targets with comments
|
|||
|
||||
.PHONY: build
|
||||
build: ## Build the backend. ee=true for ee build. app=app name for only one app. Default build all apps.
|
||||
IMAGE_TAG=$(image_tag) DOCKER_BUILD_ARGS=$(docker_build_args) DOCKER_REPO=$(docker_repo) ARCH=$(arch) DOCKER_RUNTIME=$(docker_runtime) bash build.sh $(ee) $(app)
|
||||
IMAGE_TAG=$(image_tag) DOCKER_BUILD_ARGS=$(docker_build_args) DOCKER_REPO=$(docker_repo) ARCH=$(arch) DOCKER_RUNTIME=$(docker_runtime) bash build.sh $(distro) $(app)
|
||||
|
||||
##@ Local Dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue