mirror of https://github.com/docker/compose.git
build windows/arm64 and linux/riscv64 binaries
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
abc73ed3d6
commit
3022b6479f
|
@ -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…
Reference in New Issue