From 853ffdd5b4d2968097e8b92e5f65d2f7f7ba117d Mon Sep 17 00:00:00 2001 From: ze0s <43699394+zze0s@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:03:32 +0200 Subject: [PATCH] build(binaries): add freebsd target (#450) * build(binaries): add freebsd target * build(binaries): skip freebsd arm * build(binaries): update reaadme --- .goreleaser.yml | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 63cdd60..b5d61e2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 diff --git a/README.md b/README.md index 7a46a5c..7098d1c 100644 --- a/README.md +++ b/README.md @@ -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