From af5d1b4059ebf1739464247ce55b28dc15253a37 Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Thu, 31 Dec 2020 08:40:20 +0100 Subject: [PATCH] Added darwin/arm architecture --- .github/workflows/tag.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 320007e..1fb0499 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -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' diff --git a/README.md b/README.md index 824a64e..b307e9c 100644 --- a/README.md +++ b/README.md @@ -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) ]