mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
puppet: Use goarch for wal-g.
wal-g does not currently provide pre-built binaries for
arm64/aarch64 (see #21070) but if they begin to, it will likely be
with the goarch names.
(cherry picked from commit d7e8733705
)
This commit is contained in:
committed by
Tim Abbott
parent
e10ea15aa9
commit
5784bdd0ed
@@ -5,7 +5,7 @@ class zulip::postgresql_backups {
|
|||||||
|
|
||||||
$wal_g_version = $zulip::common::versions['wal-g']['version']
|
$wal_g_version = $zulip::common::versions['wal-g']['version']
|
||||||
$bin = "/srv/zulip-wal-g-${wal_g_version}"
|
$bin = "/srv/zulip-wal-g-${wal_g_version}"
|
||||||
$package = "wal-g-pg-ubuntu-20.04-${::architecture}"
|
$package = "wal-g-pg-ubuntu-20.04-${zulip::common::goarch}"
|
||||||
|
|
||||||
# This tarball contains only a single file
|
# This tarball contains only a single file
|
||||||
zulip::external_dep { 'wal-g':
|
zulip::external_dep { 'wal-g':
|
||||||
|
Reference in New Issue
Block a user