Skip to content

Commit

Permalink
enable CGO in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoegel committed Dec 28, 2023
1 parent 5fd0750 commit cf3b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Expand Up @@ -6,7 +6,7 @@ builds:
id: rsvp_pizza
binary: usr/local/bin/rsvp.pizza
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
goarch:
Expand Down

0 comments on commit cf3b260

Please sign in to comment.