mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
remove env toggle
This commit is contained in:
parent
3a99a09440
commit
07078cd43d
1 changed files with 0 additions and 6 deletions
|
|
@ -13,17 +13,12 @@ variable "ERPNEXT_VERSION" {
|
||||||
default = "develop"
|
default = "develop"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ARCH_PLATFORMS" {
|
|
||||||
default = "local"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Bench image
|
# Bench image
|
||||||
|
|
||||||
target "bench" {
|
target "bench" {
|
||||||
context = "images/bench"
|
context = "images/bench"
|
||||||
target = "bench"
|
target = "bench"
|
||||||
tags = ["frappe/bench:latest"]
|
tags = ["frappe/bench:latest"]
|
||||||
platforms = "${ARCH_PLATFORMS}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
target "bench-test" {
|
target "bench-test" {
|
||||||
|
|
@ -63,7 +58,6 @@ target "default-args" {
|
||||||
# If `ERPNEXT_VERSION` variable contains "v12" use Python 3.7. Else — 3.9.
|
# If `ERPNEXT_VERSION` variable contains "v12" use Python 3.7. Else — 3.9.
|
||||||
PYTHON_VERSION = can(regex("v12", "${ERPNEXT_VERSION}")) ? "3.7" : "3.9"
|
PYTHON_VERSION = can(regex("v12", "${ERPNEXT_VERSION}")) ? "3.7" : "3.9"
|
||||||
}
|
}
|
||||||
platforms = "${ARCH_PLATFORMS}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
target "frappe-worker" {
|
target "frappe-worker" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue