Skip to content

Commit

Permalink
Merge pull request #133 from zoncoen/fix-bin
Browse files Browse the repository at this point in the history
fix: enable CGO on release build
  • Loading branch information
zoncoen authored Sep 6, 2021
2 parents 7a1019c + 3f6b8e1 commit dd3ea11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
- -X github.com/zoncoen/scenarigo/version.version={{.Version}}
- -X github.com/zoncoen/scenarigo/version.revision=
env:
- CGO_ENABLED=0
- CGO_ENABLED=1 # for plugin package
archives:
- name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
Expand Down

0 comments on commit dd3ea11

Please sign in to comment.