mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +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:
|
builds:
|
||||||
- id: autobrr
|
- id: autobrr
|
||||||
|
env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
|
@ -29,6 +31,8 @@ builds:
|
||||||
main: ./cmd/autobrr/main.go
|
main: ./cmd/autobrr/main.go
|
||||||
binary: autobrr
|
binary: autobrr
|
||||||
- id: autobrrctl
|
- id: autobrrctl
|
||||||
|
env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- windows
|
- windows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue