Ignoring arm64 for Windows

This commit is contained in:
Z. Liu 2021-04-01 21:59:15 -07:00 committed by GitHub
parent a8d361fc73
commit 4d55a9ce53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ builds:
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: arm64
ldflags:
- -s -w -X main.version=v{{.Version}}