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

disable cgo for goreleaser

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

View File

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