mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
build(binaries): add freebsd target (#450)
* build(binaries): add freebsd target * build(binaries): skip freebsd arm * build(binaries): update reaadme
This commit is contained in:
parent
0ed2b1233d
commit
853ffdd5b4
2 changed files with 12 additions and 2 deletions
|
@ -8,6 +8,7 @@ builds:
|
|||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
- freebsd
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
|
@ -21,6 +22,10 @@ builds:
|
|||
goarch: arm64
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
- goos: freebsd
|
||||
goarch: arm
|
||||
- goos: freebsd
|
||||
goarch: arm64
|
||||
main: ./cmd/autobrr/main.go
|
||||
binary: autobrr
|
||||
- id: autobrrctl
|
||||
|
@ -28,6 +33,7 @@ builds:
|
|||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
- freebsd
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
|
@ -41,6 +47,10 @@ builds:
|
|||
goarch: arm64
|
||||
- goos: darwin
|
||||
goarch: arm
|
||||
- goos: freebsd
|
||||
goarch: arm
|
||||
- goos: freebsd
|
||||
goarch: arm64
|
||||
main: ./cmd/autobrrctl/main.go
|
||||
binary: autobrrctl
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Installation guide and documentation can be found at https://autobrr.com
|
|||
- Torznab/RSS support via Prowlarr to easily get access to hundreds of trackers
|
||||
- Powerful but simple filtering with RegEx support (like in autodl-irssi)
|
||||
- Easy to use and mobile friendly web UI (with dark mode!) to manage everything
|
||||
- Built on Go and React making autobrr lightweight and perfect for supporting multiple platforms (Linux, Windows, macOS) on different architectures (e.g. x86, ARM)
|
||||
- Built on Go and React making autobrr lightweight and perfect for supporting multiple platforms (Linux, FreeBSD, Windows, macOS) on different architectures (e.g. x86, ARM)
|
||||
- Great container support (Docker, k8s/Kubernetes)
|
||||
- Database engine supporting both PostgreSQL and SQLite
|
||||
- Notifications (Discord, Telegram, Notifiarr)
|
||||
|
@ -78,7 +78,7 @@ For more info check the [docs](https://quickbox.io/knowledge-base/v3/application
|
|||
|
||||
We have support for a couple of providers out of the box and if yours are missing then please write on Discord so we add support.
|
||||
|
||||
The scripts requires some input but does most of the work.
|
||||
The scripts require some input but does most of the work.
|
||||
|
||||
#### Seedbox.io
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue