build: force disable cgo (#740)

This commit is contained in:
ze0s 2023-03-05 19:50:47 +01:00 committed by GitHub
parent 6ac3cc79c2
commit 6a5d2d2622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@ before:
builds:
- id: autobrr
env:
- CGO_ENABLED=0
goos:
- linux
- windows
@ -29,6 +31,8 @@ builds:
main: ./cmd/autobrr/main.go
binary: autobrr
- id: autobrrctl
env:
- CGO_ENABLED=0
goos:
- linux
- windows