produce windows arm64 bits (#1886)

* add win-arm64 support

* test version

* fix error
This commit is contained in:
Alan Ren
2023-03-01 15:58:10 -08:00
committed by GitHub
parent c7e64e2334
commit 9958c9f003
7 changed files with 21 additions and 9 deletions

View File

@@ -125,6 +125,7 @@ Task("PopulateRuntimes")
"default", // To allow testing the published artifact
"win-x64",
"win-x86",
"win-arm64",
"ubuntu.14.04-x64",
"ubuntu.16.04-x64",
"centos.7-x64",