Skip to content

Commit

Permalink
fix: statically build, drop windows and darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Dec 1, 2023
1 parent 126db5d commit fd57593
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ builds:
- id: fides
goos:
- linux
- darwin
- windows
goarch:
- amd64
ldflags:
- -s
- -w
- -extldflags=-static
- -X '{{ .ModulePath }}/pkg/common.SUMMARY=v{{ .Version }}'
- -X '{{ .ModulePath }}/pkg/common.BRANCH={{ .Branch }}'
- -X '{{ .ModulePath }}/pkg/common.VERSION={{ .Tag }}'
Expand Down

0 comments on commit fd57593

Please sign in to comment.