Skip to content

Commit

Permalink
Adjust APT package test
Browse files Browse the repository at this point in the history
We now build APT packages for Debian 10,11,12 and Ubuntu packages
for 20.04 and 22.04 for both amd64 and arm64.
We also build Ubuntu packages for 23.04 for amd64 but not for arm64
because pgdg packages for postgres is not available for arm64 on
Ubuntu 23.04.
  • Loading branch information
svenklemm committed Sep 27, 2023
1 parent 05b66ac commit d07cb91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apt-arm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [ "debian:10-slim","debian:11-slim","ubuntu:20.04", "ubuntu:22.04"]
image: [ "debian:10-slim","debian:11-slim","debian:12-slim","ubuntu:20.04","ubuntu:22.04"]
pg: [ 13, 14, 15 ]

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/apt-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [ "debian:10-slim", "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04" ]
image: [ "debian:10-slim", "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04" ]
pg: [ 13, 14, 15 ]
license: [ "TSL", "Apache"]
include:
Expand Down Expand Up @@ -81,6 +81,7 @@ jobs:
fi
- name: Test Downgrade
if: matrix.image != 'ubuntu:23.04'
run: |
# Since this runs nightly on main we have to get the previous version
# from the last released version and not current branch.
Expand Down

0 comments on commit d07cb91

Please sign in to comment.