We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702f782 commit fa50b1dCopy full SHA for fa50b1d
.goreleaser.yml
@@ -2,8 +2,12 @@ project_name: supabase
2
builds:
3
- id: supabase
4
binary: supabase
5
+ flags:
6
+ - -trimpath
7
ldflags:
- - -X github.com/supabase/cli/internal/utils.Version={{.Version}}
8
+ - -s -w -X github.com/supabase/cli/internal/utils.Version={{.Version}}
9
+ env:
10
+ - CGO_ENABLED=0
11
targets:
12
- darwin_amd64
13
- darwin_arm64
0 commit comments