Skip to content

Commit

Permalink
Update charmcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i authored Feb 27, 2024
1 parent 4e65ee9 commit d41ff20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ parts:
override-pull: |
if [ $CRAFT_TARGET_ARCH == "amd64" ]; then
URI=https://github.com/canonical/nrpe_exporter/releases/latest/download/nrpe_exporter-amd64
curl -L $URI -o nrpe_exporter-amd64
elif [ $CRAFT_TARGET_ARCH == "arm64" ] || [ $CRAFT_TARGET_ARCH == "aarch64" ]; then
URI=https://github.com/canonical/nrpe_exporter/releases/latest/download/nrpe_exporter-arm64
curl -L $URI -o nrpe_exporter-aarch64
fi
curl -L $URI -o nrpe_exporter-aarch64
vector:
plugin: dump
source: .
Expand Down

0 comments on commit d41ff20

Please sign in to comment.