add platforms

This commit is contained in:
Al Majumdar 2022-04-01 16:44:42 +05:30
parent 08f319c38e
commit b0acc5cb6f

View file

@ -23,6 +23,7 @@ target "bench" {
context = "images/bench"
target = "bench"
tags = ["frappe/bench:latest"]
platforms = equal(true, "${MULTI_ARCH_BUILD}") ? ["linux/amd64","linux/arm64"] : ["linux/amd64"]
}
target "bench-test" {