Skip to content

Commit

Permalink
Provide darwin/arm64 (Apple Silicon) build
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Jan 4, 2021
1 parent 4378375 commit 0b610ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.2
1.16beta1
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builds:
- '-s -w -X "main.version={{ .RawVersion }}" -X "main.prerelease={{ if .IsSnapshot }}snapshot.{{ .ShortCommit }}{{ else }}{{ .Prerelease }}{{ end }}"'
targets:
- darwin_amd64
- darwin_arm64
- windows_386
- windows_amd64
hooks:
Expand Down

0 comments on commit 0b610ad

Please sign in to comment.