Skip to content

Commit

Permalink
feat: add universal darwin binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Oct 17, 2021
1 parent 466bbe7 commit ab0d77b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ before:
- go generate ./...
- ./.hack/make/completions
builds:
- main: ./cmd/apfs
- id: darwin
main: ./cmd/apfs
binary: apfs
env:
- CGO_ENABLED=1
Expand Down

0 comments on commit ab0d77b

Please sign in to comment.