1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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

This commit is contained in:
Nick Craig-Wood
2021-11-19 17:36:43 +00:00
parent e0fbca02d4
commit 74898bac3b
3 changed files with 3 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ var (
var osarches = []string{
"windows/386",
"windows/amd64",
"windows/arm64",
"darwin/amd64",
"darwin/arm64",
"linux/386",