Skip to content

Commit

Permalink
workflows: build tembo-pg-slim for Pg14 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel authored Jan 25, 2024
1 parent 53caea1 commit 2f21edc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
fail-fast: false
matrix:
include:
- pg_version: "14.10"
pg_major: "14"
- pg_version: "15.3"
pg_major: "15"
- pg_version: "16.1"
Expand Down Expand Up @@ -138,5 +140,5 @@ jobs:
--build-arg PG_VERSION=${{ matrix.pg_version }} \
--build-arg PG_MAJOR=${{ matrix.pg_major }} \
--platform linux/amd64,linux/arm64 \
--tag quay.io/coredb/tembo-pg-slim:pg${{ matrix.pg_version }} \
--tag quay.io/tembo/tembo-pg-slim:pg${{ matrix.pg_version }} \
--pull ${PUSH_FLAG} ./tembo-pg-slim

0 comments on commit 2f21edc

Please sign in to comment.