This commit is contained in:
Al Majumdar 2022-03-30 14:04:46 +05:30
parent 98791eb9f1
commit eeccd8f441

View file

@ -62,7 +62,7 @@ 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 = notequal("pull_request", ${GITHUB_EVENT_NAME}}, ["linux/amd64","linux/arm64"], ["linux/amd64"]) platforms = notequal("pull_request", ${GITHUB_EVENT_NAME}), ["linux/amd64","linux/arm64"], ["linux/amd64"])
} }
target "frappe-worker" { target "frappe-worker" {