mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
parent
12e75e2604
commit
98ae6da6ca
2 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,7 @@ builds:
|
|||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
|
@ -18,12 +19,15 @@ builds:
|
|||
goarch: arm
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
main: ./cmd/autobrr/main.go
|
||||
binary: autobrr
|
||||
- id: autobrrctl
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
|
@ -35,6 +39,8 @@ builds:
|
|||
goarch: arm
|
||||
- goos: windows
|
||||
goarch: arm64
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
main: ./cmd/autobrrctl/main.go
|
||||
binary: autobrrctl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue