Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ENV PG17BIN=/usr/lib/postgresql/17/bin
ENV PG_VERSION=17

RUN curl -fsSL https://repo.pigsty.io/pig | bash && \
dpkg -i /tmp/pig_0.6.1-1_arm64.deb && \
dpkg -i /tmp/pig_0.6.1-1_${TARGETARCH}.deb && \
/usr/bin/pig repo add pigsty --update && \
for ver in 14 15 16 17; do \
/usr/bin/pig install -y --version $ver pgsodium pg_stat_statements pg_partman pg_jsonschema pg_hashids pg_tle pgjwt; \
Expand Down
Loading