Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
_script/releases: added macOS ARM64 target (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 authored Aug 20, 2021
1 parent 88744c9 commit 630af8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _scripts/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func main() {
{"linux", "amd64"},
{"linux", "arm64"},
{"darwin", "amd64"},
{"darwin", "arm64"},
{"windows", "amd64"},
}

Expand Down

0 comments on commit 630af8a

Please sign in to comment.