mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-21 11:05:22 +01:00
Added darwin/arm architecture
This commit is contained in:
parent
75be7931d6
commit
af5d1b4059
4
.github/workflows/tag.yml
vendored
4
.github/workflows/tag.yml
vendored
@ -81,10 +81,10 @@ jobs:
|
||||
arch: amd64
|
||||
- os: linux
|
||||
arch: arm
|
||||
- os: darwin
|
||||
arch: 386
|
||||
- os: darwin
|
||||
arch: amd64
|
||||
- os: darwin
|
||||
arch: arm
|
||||
- os: windows
|
||||
arch: 386
|
||||
extension: '.exe'
|
||||
|
@ -21,7 +21,6 @@ Grafana dashboard is [available here](https://grafana.com/dashboards/10176) on t
|
||||
You can download the latest version of the binary built for your architecture here:
|
||||
|
||||
* Architecture **i386** [
|
||||
[Darwin](https://github.com/eko/pihole-exporter/releases/latest/download/pihole_exporter-darwin-386) /
|
||||
[Linux](https://github.com/eko/pihole-exporter/releases/latest/download/pihole_exporter-linux-386) /
|
||||
[Windows](https://github.com/eko/pihole-exporter/releases/latest/download/pihole_exporter-windows-386.exe)
|
||||
]
|
||||
@ -31,6 +30,7 @@ You can download the latest version of the binary built for your architecture he
|
||||
[Windows](https://github.com/eko/pihole-exporter/releases/latest/download/pihole_exporter-windows-amd64.exe)
|
||||
]
|
||||
* Architecture **arm** [
|
||||
[Darwin](https://github.com/eko/pihole-exporter/releases/latest/download/pihole_exporter-darwin-arm) /
|
||||
[Linux](https://github.com/eko/pihole-exporter/releases/latest/download/pihole_exporter-linux-arm)
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user