Skip to content

Commit

Permalink
include build for MacOS/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jftuga committed Aug 12, 2021
1 parent 7a8ce4b commit ebbf466
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,26 @@ build:
goarch:
- amd64
- arm
- arm64
- mips
goarm:
- 6
- 7
ignore:
- goos: freebsd
goarch: arm
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: mips
- goos: windows
goarch: arm
goarm: 7
- goos: windows
goarch: arm
goarm: 6
- goos: linux
goarch: arm64
archives:
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ .Arm }}"
format: tar.xz
Expand Down

0 comments on commit ebbf466

Please sign in to comment.