Enable riscv64 cross build
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
bdaca8905a
commit
f2312d09d5
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,7 @@ target "_platforms" {
|
|||
"linux/arm/v7",
|
||||
"linux/arm64",
|
||||
"linux/ppc64le",
|
||||
"linux/riscv64",
|
||||
"linux/s390x",
|
||||
"windows/amd64"
|
||||
]
|
||||
|
@ -123,6 +124,7 @@ target "binary-smoketest" {
|
|||
"linux/arm/v7",
|
||||
"linux/arm64",
|
||||
"linux/ppc64le",
|
||||
"linux/riscv64",
|
||||
"linux/s390x"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue