mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
Merge pull request #9751 from crazy-max/new-archs
build windows/arm64 and linux/riscv64 binaries
This commit is contained in:
commit
10532201a2
@ -100,8 +100,10 @@ target "binary-cross" {
|
|||||||
"linux/arm/v7",
|
"linux/arm/v7",
|
||||||
"linux/arm64",
|
"linux/arm64",
|
||||||
"linux/ppc64le",
|
"linux/ppc64le",
|
||||||
|
"linux/riscv64",
|
||||||
"linux/s390x",
|
"linux/s390x",
|
||||||
"windows/amd64"
|
"windows/amd64",
|
||||||
|
"windows/arm64"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user