Skip to content

Commit

Permalink
build(release): build for Windows on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Dec 28, 2024
1 parent 759c924 commit ea4627e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func main() {
{"openbsd", "amd64"},
{"windows", "386"},
{"windows", "amd64"},
{"windows", "arm64"},
}

for _, target := range targets {
Expand Down

0 comments on commit ea4627e

Please sign in to comment.