Skip to content

Commit

Permalink
ACTUALLY make static
Browse files Browse the repository at this point in the history
  • Loading branch information
YurBoiRene committed Apr 20, 2023
1 parent 5a88114 commit cb325e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
builds:
- mod_timestamp: '{{ .CommitTimestamp }}'
env:
- CGO_ENABLED=0
flags:
- -trimpath
ldflags:
Expand All @@ -12,7 +14,6 @@ builds:
- amd64
- arm64
binary: '{{ .ProjectName }}_v{{ .Version }}'
buildmode: 'c-archive'
archives:
- format: zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
Expand Down

0 comments on commit cb325e1

Please sign in to comment.