3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 00:19:29 +01:00

disable cgo for goreleaser

This commit is contained in:
Shivaram Lingamneni 2023-01-01 00:10:39 -05:00
parent 2a828bb783
commit 30fbfe4cc0

View File

@ -3,6 +3,8 @@
project_name: ergo
builds:
- main: ergo.go
env:
- CGO_ENABLED=0
binary: ergo
goos:
- linux