Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
feat: release macos universal binary
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelefisher committed Feb 22, 2023
1 parent f3083d0 commit b95e5b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/**/.DS_Store
*iap_curl
vendor
dist
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ builds:
- 386
- amd64
- arm64
ldflags:
ldflags:
- -s -w
- -X main.Version={{.Version}}
env:
Expand All @@ -32,3 +32,8 @@ archives:
format: zip
release:
prerelease: auto
universal_binaries:
-
#name_template: '{{ .ProjectName }}_{{ .OS }}_{{ .Arch}}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replace: true

0 comments on commit b95e5b2

Please sign in to comment.