Skip to content

Commit

Permalink
_script/release: added macOS ARM64 target (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 authored Aug 18, 2021
1 parent c4d7d4a commit a14bd8a
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 @@ -37,6 +37,7 @@ func main() {
{"linux", "amd64"},
{"linux", "arm64"},
{"darwin", "amd64"},
{"darwin", "arm64"},
{"windows", "amd64"},
}

Expand Down

0 comments on commit a14bd8a

Please sign in to comment.