1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-31 15:43:53 +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

@@ -79,7 +79,7 @@ jobs:
- job_name: other_os
os: ubuntu-latest
go: '1.17.x'
build_flags: '-exclude "^(windows/|darwin/|linux/)"'
build_flags: '-exclude "^(windows/(386|amd64)|darwin/|linux/)"'
compile_all: true
deploy: true