Added Arm64 compilation

This commit is contained in:
Alexandre Zollinger Chohfi 2022-05-25 16:47:50 -07:00
parent 77507cd94c
commit d1a0f72cd8
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@ builds:
- <<: *build_defaults
id: windows
goos: [windows]
goarch: [386, amd64]
goarch: [386, amd64, arm64]
hooks:
post:
- ./script/sign-windows-executable.sh '{{ .Path }}'

View file

@ -860,6 +860,7 @@ func possibleDists() []string {
"windows-386",
"windows-amd64",
"windows-arm",
"windows-arm64",
}
}