Skip to content

Commit

Permalink
chore(goreleaser): add arm/arm64 arch for Apple M1 chip compatibility (
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome1337 authored May 1, 2023
1 parent 1d4745b commit 755e3ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ build:
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 7
ignore:
- goos: darwin
goarch: 386
Expand Down

0 comments on commit 755e3ab

Please sign in to comment.