We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33cfd15 + 5a80cde commit d200dbaCopy full SHA for d200dba
Makefile
@@ -14,6 +14,7 @@ PGBACKREST_VERSION ?= 2.50
14
POSTGIS_VERSION ?= 34
15
PACKAGER ?= dnf
16
BUILD ?= 1
17
+ARCH ?= amd64
18
IMAGE_TAG ?= $(BASEOS)-$(PGVERSION_FULL)-$(BUILD)
19
POSTGIS_IMAGE_TAG ?= $(BASEOS)-$(PGVERSION_FULL)-$(POSTGIS_VERSION)-$(BUILD)
20
ARCH ?= amd64
@@ -96,7 +97,8 @@ postgres-stage-build:
96
97
--build-arg PGBACKREST_VERSION=$(PGBACKREST_VERSION) \
98
--build-arg PATRONI_VERSION=$(PATRONI_VERSION) \
99
--build-arg OLD_PG_VERSIONS="$(OLD_PG_VERSIONS)" \
- --build-arg PGVERSION=$(PGVERSION)
100
+ --build-arg PGVERSION=$(PGVERSION) \
101
+ --build-arg ARCH=$(ARCH)
102
103
postgres-stage: postgres-stage-build
104
0 commit comments