Skip to content

Commit

Permalink
Dont use cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Jul 25, 2024
1 parent ed7cee6 commit 80b4798
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,12 +1,13 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2
before:
hooks:
- go mod tidy
builds:
- id: linux-amd64
env:
- CGO_ENABLED=1
- CGO_ENABLED=0
goos:
- linux
goarch:
Expand Down

0 comments on commit 80b4798

Please sign in to comment.