Skip to content

Commit

Permalink
add pg13 to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pert5432 committed Oct 7, 2024
1 parent c70821e commit 402316e
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/publish-pg_analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
matrix:
include:
# Ubuntu 22.04
- runner: depot-ubuntu-latest-8
image: ubuntu:22.04
pg_version: 13
arch: amd64
- runner: depot-ubuntu-latest-arm-4
image: ubuntu:22.04
pg_version: 13
arch: arm64
- runner: depot-ubuntu-latest-8
image: ubuntu:22.04
pg_version: 14
Expand Down Expand Up @@ -68,6 +76,14 @@ jobs:
pg_version: 17
arch: arm64
# Ubuntu 24.04
- runner: depot-ubuntu-latest-8
image: ubuntu:24.04
pg_version: 13
arch: amd64
- runner: depot-ubuntu-latest-arm-4
image: ubuntu:24.04
pg_version: 13
arch: arm64
- runner: depot-ubuntu-latest-8
image: ubuntu:24.04
pg_version: 14
Expand Down Expand Up @@ -101,6 +117,14 @@ jobs:
pg_version: 17
arch: arm64
# Debian 12
- runner: depot-ubuntu-latest-8
image: debian:12-slim
pg_version: 13
arch: amd64
- runner: depot-ubuntu-latest-arm-4
image: debian:12-slim
pg_version: 13
arch: arm64
- runner: depot-ubuntu-latest-8
image: debian:12-slim
pg_version: 14
Expand Down Expand Up @@ -134,6 +158,14 @@ jobs:
pg_version: 17
arch: arm64
# Red Hat Enterprise Linux 8
- runner: depot-ubuntu-latest-8
image: redhat/ubi8:latest
pg_version: 13
arch: amd64
- runner: depot-ubuntu-latest-arm-4
image: redhat/ubi8:latest
pg_version: 13
arch: arm64
- runner: depot-ubuntu-latest-8
image: redhat/ubi8:latest
pg_version: 14
Expand Down Expand Up @@ -167,6 +199,14 @@ jobs:
pg_version: 17
arch: arm64
# Red Hat Enterprise Linux 9
- runner: depot-ubuntu-latest-8
image: redhat/ubi9:latest
pg_version: 13
arch: amd64
- runner: depot-ubuntu-latest-arm-4
image: redhat/ubi9:latest
pg_version: 13
arch: arm64
- runner: depot-ubuntu-latest-8
image: redhat/ubi9:latest
pg_version: 14
Expand Down

0 comments on commit 402316e

Please sign in to comment.