Added darwin/arm architecture

This commit is contained in:
Vincent Composieux 2020-12-31 08:40:20 +01:00
parent 75be7931d6
commit af5d1b4059
No known key found for this signature in database
GPG key ID: 7306974ABA6382AC
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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)
] ]