Skip to content

Commit

Permalink
goreleaser: generate linux_arm64 and darwin_arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Dec 30, 2021
1 parent 06f3d19 commit f572719
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ builds:
- CGO_ENABLED=0
goarch:
- amd64
- arm64
goos:
- darwin
- linux
- windows
ignore:
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit f572719

Please sign in to comment.