mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +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"
|
||||
target = "bench"
|
||||
tags = ["frappe/bench:latest"]
|
||||
platforms = [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
}
|
||||
|
||||
target "bench-test" {
|
||||
inherits = ["bench"]
|
||||
target = "bench-test"
|
||||
platforms = [
|
||||
"linux/amd64",
|
||||
"linux/arm64"
|
||||
]
|
||||
}
|
||||
|
||||
# Main images
|
||||
|
|
|
|||
Loading…
Reference in a new issue