Skip to content

Commit 3ec4a7d

Browse files
committed
fix: build PostGIS from the stable-3.6 branch
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 9236e7d commit 3ec4a7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
echo "PG_IMAGE=$(echo "${BUILD_METADATA}" | jq -r '.["minimal"].["image.name"]' | grep -oP '[^,]*\d{12}[^,]*')" >> $GITHUB_ENV
9292
9393
call-reusable-e2e:
94-
if: github.event_name == 'schedule'
94+
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
9595
needs:
9696
- build-pg
9797
uses: ./.github/workflows/reusable-e2e.yml

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ USER 26
126126
FROM standard AS postgis
127127
USER root
128128
ARG POSTGIS_REPO=https://github.com/postgis/postgis.git
129-
ARG POSTGIS_BRANCH=master
129+
ARG POSTGIS_BRANCH=stable-3.6
130130

131131
RUN apt-get update && \
132132
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)