Browse Source

update fix goreleaser build need cgo enabled cause of go-sqlite is using c module

pull/28/head
Dimas Restu H 4 years ago
parent
commit
7b31b77c73
  1. 2
      .goreleaser.yml

2
.goreleaser.yml

@ -4,7 +4,7 @@ before:
builds:
- main: ./cmd/main/main.go
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
ldflags:
- -s -w
goos:

Loading…
Cancel
Save