mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build: force disable cgo (#740)
This commit is contained in:
parent
6ac3cc79c2
commit
6a5d2d2622
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue