Initial support for FreeBSD
This commit is contained in:
parent
f2e38075c2
commit
e60e4b3fea
|
@ -51,6 +51,10 @@ jobs:
|
||||||
arch: 386
|
arch: 386
|
||||||
- os: darwin
|
- os: darwin
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
- os: freebsd
|
||||||
|
arch: 386
|
||||||
|
- os: freebsd
|
||||||
|
arch: amd64
|
||||||
- os: windows
|
- os: windows
|
||||||
arch: 386
|
arch: 386
|
||||||
extension: '.exe'
|
extension: '.exe'
|
||||||
|
|
|
@ -22,11 +22,13 @@ You can download the latest version of the binary built for your architecture he
|
||||||
|
|
||||||
* Architecture **i386** [
|
* Architecture **i386** [
|
||||||
[Darwin](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-darwin-386) /
|
[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) /
|
[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)
|
[Windows](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-windows-386.exe)
|
||||||
]
|
]
|
||||||
* Architecture **amd64** [
|
* Architecture **amd64** [
|
||||||
[Darwin](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-darwin-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) /
|
[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)
|
[Windows](https://github.com/ebrianne/adguard-exporter/releases/latest/download/adguard_exporter-windows-amd64.exe)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue