Merge pull request #9751 from crazy-max/new-archs

build windows/arm64 and linux/riscv64 binaries
This commit is contained in:
Guillaume Lours 2022-08-15 09:32:52 +02:00 committed by GitHub
commit 10532201a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -100,8 +100,10 @@ target "binary-cross" {
"linux/arm/v7",
"linux/arm64",
"linux/ppc64le",
"linux/riscv64",
"linux/s390x",
"windows/amd64"
"windows/amd64",
"windows/arm64"
]
}