mirror of
https://github.com/ebrianne/adguard-exporter.git
synced 2024-12-22 13:07:35 +01:00
Merge pull request #3 from hadret/initial-freebsd-support
Initial support for FreeBSD
This commit is contained in:
commit
7142f174e4
4
.github/workflows/tag.yml
vendored
4
.github/workflows/tag.yml
vendored
@ -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
Block a user