mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
add platforms to bake file to include m1 (arm64)
This commit is contained in:
parent
d8cbaa5e4a
commit
0a7ddb5b4b
1 changed files with 8 additions and 0 deletions
|
|
@ -19,11 +19,19 @@ target "bench" {
|
||||||
context = "images/bench"
|
context = "images/bench"
|
||||||
target = "bench"
|
target = "bench"
|
||||||
tags = ["frappe/bench:latest"]
|
tags = ["frappe/bench:latest"]
|
||||||
|
platforms = [
|
||||||
|
"linux/amd64",
|
||||||
|
"linux/arm64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
target "bench-test" {
|
target "bench-test" {
|
||||||
inherits = ["bench"]
|
inherits = ["bench"]
|
||||||
target = "bench-test"
|
target = "bench-test"
|
||||||
|
platforms = [
|
||||||
|
"linux/amd64",
|
||||||
|
"linux/arm64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
# Main images
|
# Main images
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue