diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index e5eeb5a..05f33b7 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -51,6 +51,10 @@ jobs: arch: 386 - os: darwin arch: amd64 + - os: freebsd + arch: 386 + - os: freebsd + arch: amd64 - os: windows arch: 386 extension: '.exe' diff --git a/README.md b/README.md index 53400f2..9c958c7 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,13 @@ You can download the latest version of the binary built for your architecture he * Architecture **i386** [ [Darwin](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-darwin-386) / +[FreeBSD](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-freebsd-386) / [Linux](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-linux-386) / [Windows](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-windows-386.exe) ] * Architecture **amd64** [ [Darwin](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-darwin-amd64) / +[FreeBSD](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-freebsd-amd64) / [Linux](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-linux-amd64) / [Windows](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-windows-amd64.exe) ]