Skip to content

Commit 3a2894b

Browse files
committed
add --force-macos as goreleaser arg
1 parent ec5d97e commit 3a2894b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ builds:
1313
- -X main.Commit={{.ShortCommit}}
1414
hooks:
1515
post:
16-
- upx "{{ .Path }}"
16+
- upx {{ if eq .Os "darwin" }}--force-macos {{ end }}{{ .Path }}
1717
id: linux
1818
goos: [linux]
1919
goarch: [amd64, arm64]

0 commit comments

Comments
 (0)