Skip to content

Commit

Permalink
chore: add univeral binaries for macos in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
phwissmann committed Nov 15, 2024
1 parent 9a55c21 commit 0ecb01d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .goreleaser_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,21 @@ builds:
- darwin
goarch:
- amd64
- arm64
main: .
binary: openem-ingestor-app
gobinary: echo

universal_binaries:
- ids:
- openem-ingestor-app
replace: true
id: universal_binary

archives:
- id: "openem-ingestor-app"
builds:
- openem-ingestor-app
- universal_binary
format: tar.gz

wrap_in_directory: true
Expand Down

0 comments on commit 0ecb01d

Please sign in to comment.