Added darwin/arm architecture
This commit is contained in:
parent
75be7931d6
commit
af5d1b4059
2 changed files with 3 additions and 3 deletions
4
.github/workflows/tag.yml
vendored
4
.github/workflows/tag.yml
vendored
|
@ -81,10 +81,10 @@ jobs:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: arm
|
arch: arm
|
||||||
- os: darwin
|
|
||||||
arch: 386
|
|
||||||
- os: darwin
|
- os: darwin
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
- os: darwin
|
||||||
|
arch: arm
|
||||||
- os: windows
|
- os: windows
|
||||||
arch: 386
|
arch: 386
|
||||||
extension: '.exe'
|
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:
|
You can download the latest version of the binary built for your architecture here:
|
||||||
|
|
||||||
* Architecture **i386** [
|
* 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) /
|
[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)
|
[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)
|
[Windows](https://github.com/eko/pihole-exporter/releases/latest/download/pihole_exporter-windows-amd64.exe)
|
||||||
]
|
]
|
||||||
* Architecture **arm** [
|
* 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)
|
[Linux](https://github.com/eko/pihole-exporter/releases/latest/download/pihole_exporter-linux-arm)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue