Skip to content

Commit

Permalink
chore: set CGO_ENABLED=0
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jun 19, 2024
1 parent dd2a67f commit edc1baf
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
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand All @@ -14,6 +15,8 @@ builds:
- linux
- windows
- darwin
env:
- CGO_ENABLED=0
archives:
- name_template: >-
{{- .ProjectName }}_
Expand Down

0 comments on commit edc1baf

Please sign in to comment.