Skip to content

Commit

Permalink
build: universal mac binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Dec 4, 2021
1 parent e01bfcf commit b248c04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.17

- name: go info
run: |
Expand Down
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ builds:
flags:
- -trimpath

# MacOS Universal Binaries
universal_binaries:
-
replace: true

# Archive
archives:
-
Expand Down

0 comments on commit b248c04

Please sign in to comment.