Skip to content

Commit

Permalink
fix: add darwin/arm64 and drop linux/386 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed May 29, 2024
1 parent 8129a1a commit 7bca739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ builds:
- CGO_ENABLED=0
goarch:
- amd64
- 386
- arm64
archives:
- format: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
release:
github:
owner: loilo-inc
name: canarycage
name: canarycage

0 comments on commit 7bca739

Please sign in to comment.