Skip to content

Commit

Permalink
Include mac arm64 for binary release (#1401)
Browse files Browse the repository at this point in the history
* Include mac os / linux arm64 as binary release target
  • Loading branch information
wxing1292 committed Mar 24, 2021
1 parent 7a6539c commit c91146e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Expand Up @@ -23,6 +23,7 @@ builds:
- windows
goarch:
- amd64
- arm64
- id: "tctl"
dir: cmd/tools/cli
binary: tctl
Expand All @@ -34,6 +35,7 @@ builds:
- windows
goarch:
- amd64
- arm64
- id: "temporal-cassandra-tool"
dir: cmd/tools/cassandra
binary: temporal-cassandra-tool
Expand All @@ -45,6 +47,7 @@ builds:
- windows
goarch:
- amd64
- arm64
- id: "temporal-sql-tool"
dir: cmd/tools/sql
binary: temporal-sql-tool
Expand All @@ -56,6 +59,7 @@ builds:
- windows
goarch:
- amd64
- arm64
checksum:
name_template: 'checksums.txt'
algorithm: sha256
Expand Down

0 comments on commit c91146e

Please sign in to comment.