build: add windows/arm64 build - NB this does not support mount yet #5828

This commit is contained in:
Nick Craig-Wood
2022-03-03 17:13:32 +00:00
parent e0fbca02d4
commit 74898bac3b
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -52,6 +52,7 @@ var (
var osarches = []string{
"windows/386",
"windows/amd64",
"windows/arm64",
"darwin/amd64",
"darwin/arm64",
"linux/386",