Skip to content

Commit

Permalink
include arm64 build for mac m1 chip
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Estrada authored and Stephen Estrada committed Jan 12, 2022
1 parent 2dd4b01 commit bf23a88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
bin/

dist/
.idea/
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ builds:
- darwin
goarch:
- amd64
- arm64
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: Darwin
Expand Down
Binary file added venvy
Binary file not shown.

0 comments on commit bf23a88

Please sign in to comment.