Skip to content

Commit

Permalink
Add Docker for PG14
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Dec 10, 2024
1 parent bdcf871 commit 521170a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
postgres: ["15", "16", "17"]
postgres: ["14", "15", "16", "17"]

steps:
- name: Login to Docker Hub
Expand Down
8 changes: 8 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ target "pg_duckdb" {
target = "output"
}

target "pg_duckdb_14" {
inherits = ["pg_duckdb"]

args = {
POSTGRES_VERSION = "14"
}
}

target "pg_duckdb_15" {
inherits = ["pg_duckdb"]

Expand Down

0 comments on commit 521170a

Please sign in to comment.