Skip to content

Commit

Permalink
fix: don't build for intel macs :(
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 31, 2024
1 parent 5941e08 commit b28a94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/goreleaser-for-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ builds:
goos:
- darwin
goarch:
- amd64
#- amd64
- arm64
snapshot:
name_template: "{{ incpatch .Version }}-next"
Expand Down

0 comments on commit b28a94e

Please sign in to comment.