mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 10:33:27 +08:00
Adjust APT package test
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.
This commit is contained in:
parent
05b66accfa
commit
d07cb914d2
2
.github/workflows/apt-arm-packages.yaml
vendored
2
.github/workflows/apt-arm-packages.yaml
vendored
@ -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:
|
||||
|
3
.github/workflows/apt-packages.yaml
vendored
3
.github/workflows/apt-packages.yaml
vendored
@ -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:
|
||||
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user