Added Arm64 compilation
This commit is contained in:
parent
77507cd94c
commit
d1a0f72cd8
2 changed files with 2 additions and 1 deletions
|
|
@ -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 }}'
|
||||
|
|
|
|||
|
|
@ -860,6 +860,7 @@ func possibleDists() []string {
|
|||
"windows-386",
|
||||
"windows-amd64",
|
||||
"windows-arm",
|
||||
"windows-arm64",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue