Skip to content

Commit

Permalink
ci: disable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Mar 19, 2023
1 parent b0f30a0 commit 6b90381
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ release:

name_template: "v{{.Version}}"

builds:
- env:
- CGO_ENABLED=0

archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit 6b90381

Please sign in to comment.