mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
add platforms
This commit is contained in:
parent
08f319c38e
commit
b0acc5cb6f
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ target "bench" {
|
||||||
context = "images/bench"
|
context = "images/bench"
|
||||||
target = "bench"
|
target = "bench"
|
||||||
tags = ["frappe/bench:latest"]
|
tags = ["frappe/bench:latest"]
|
||||||
|
platforms = equal(true, "${MULTI_ARCH_BUILD}") ? ["linux/amd64","linux/arm64"] : ["linux/amd64"]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "bench-test" {
|
target "bench-test" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue