Skip to content

Commit

Permalink
Update pgbackrest_exporter package naming and version
Browse files Browse the repository at this point in the history
  • Loading branch information
graveland committed Jan 17, 2024
1 parent 0c60ba5 commit f188fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN set -eux; \
# pgbackrest-exporter
ARG PGBACKREST_EXPORTER_VERSION="0.16.1"
RUN set -eux; \
pkg="pgbackrest_exporter_${PGBACKREST_EXPORTER_VERSION}_linux_$(arch)"; \
arch="$(arch)"; [ "$arch" = aarch64 ] && arch=arm64; pkg="pgbackrest_exporter_${PGBACKREST_EXPORTER_VERSION}_linux_${arch}"; \
curl --silent \
--location \
--output /tmp/pkg.deb \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TIMESCALEDB_VERSIONS?=all
PROMSCALE_VERSIONS?=all
TOOLKIT_VERSIONS?=all
PGBOUNCER_EXPORTER_VERSION?=0.7.0
PGBACKREST_EXPORTER_VERSION?=0.16.1
PGBACKREST_EXPORTER_VERSION?=0.16.2

# This is used to build the docker --platform, so pick amd64 or arm64
PLATFORM?=amd64
Expand Down

0 comments on commit f188fcb

Please sign in to comment.