diff --git a/justfile b/justfile index faef0332c..ce9626334 100644 --- a/justfile +++ b/justfile @@ -43,10 +43,9 @@ generate-models: install-typeshare @cd core && cargo run --package generate --bin generate android ../gemcore/src/main/kotlin/com/wallet/core build-base-image: - DOCKER_BUILDKIT=1 DOCKER_DEFAULT_PLATFORM=linux/amd64 docker build --platform linux/amd64 --no-cache -t gem-android-base .. + DOCKER_BUILDKIT=1 DOCKER_DEFAULT_PLATFORM={{DOCKER_PLATFORM}} docker build --platform {{DOCKER_PLATFORM}} --no-cache -t gem-android-base {{justfile_directory()}} TAG := env("TAG", "main") -BUILD_MODE := env("BUILD_MODE", "") BUNDLE_TASK := env("BUNDLE_TASK", "clean :app:bundleGoogleRelease assembleUniversalRelease") DOCKER_PLATFORM := env("DOCKER_PLATFORM", "linux/amd64") OUTPUTS_DIR := env("OUTPUTS_DIR", "")