We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d101a3a commit 6495df0Copy full SHA for 6495df0
1 file changed
Dockerfile
@@ -102,7 +102,7 @@ ENV PG17BIN=/usr/lib/postgresql/17/bin
102
ENV PG_VERSION=17
103
104
RUN curl -fsSL https://repo.pigsty.io/pig | bash && \
105
- dpkg -i /tmp/pig_0.6.1-1_arm64.deb && \
+ dpkg -i /tmp/pig_0.6.1-1_${TARGETARCH}.deb && \
106
/usr/bin/pig repo add pigsty --update && \
107
for ver in 14 15 16 17; do \
108
/usr/bin/pig install -y --version $ver pgsodium pg_stat_statements pg_partman pg_jsonschema pg_hashids pg_tle pgjwt; \
0 commit comments